]> git.stg.codes - stg.git/blobdiff - stglibs/sgcp.lib/include/stg/sgcp_proto.h
Removed more unused stuff.
[stg.git] / stglibs / sgcp.lib / include / stg / sgcp_proto.h
index 04bc3c8835e73c81afc44ffd92102993cc63ff86..4d16c844acc3a51c2988febf87aed54327786410 100644 (file)
  */
 
 #include "sgcp_types.h" // TransportType
-#include "sgcp_utils.h" // hton/ntoh
 
 #include "stg/os_int.h"
 
-#include <boost/asio/basic_stream_socket.hpp>
 #include <boost/function.hpp>
 #include <boost/scoped_ptr.hpp>
-#include <boost/system/error_code.hpp>
 
 #include <string>
-#include <vector>
 #include <stdexcept>
 
 namespace STG
@@ -40,18 +36,9 @@ namespace STG
 namespace SGCP
 {
 
-class TransportProto;
-
 class Proto
 {
     public:
-        enum { CONTEXT = 0 };
-        enum PacketType {
-            INFO = 0,
-            PING,
-            PONG,
-            DATA
-        };
 
         struct Error : public std::runtime_error
         {