From d3614be2e07baa6c1d7cebbab5e260481fbb2de9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 1 Feb 2012 12:46:44 +0000 Subject: Removed a few duplicate includes git-svn-id: http://mc-server.googlecode.com/svn/trunk@215 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/packets/cPacket.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'source/packets/cPacket.h') diff --git a/source/packets/cPacket.h b/source/packets/cPacket.h index 3d6f812a9..7d85afc97 100644 --- a/source/packets/cPacket.h +++ b/source/packets/cPacket.h @@ -3,12 +3,9 @@ #include "../cSocket.h" #include "../PacketID.h" -#ifdef _WIN32 - // #include -#else - #include // Silly Linux doesn't have xstring... - #include -#endif + + + class cSocket; class cPacket @@ -55,3 +52,7 @@ public: static int SendData( cSocket & a_Socket, const char* a_Message, unsigned int a_Size, int a_Options ); static int RecvAll( cSocket & a_Socket, char* a_Data, unsigned int a_Size, int a_Options ); }; + + + + -- cgit v1.2.3