diff options
Diffstat (limited to 'source/packets/cPacket.h')
-rw-r--r-- | source/packets/cPacket.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/packets/cPacket.h b/source/packets/cPacket.h index 5f226cfcf..3d6f812a9 100644 --- a/source/packets/cPacket.h +++ b/source/packets/cPacket.h @@ -4,11 +4,10 @@ #include "../PacketID.h"
#ifdef _WIN32
-#include <xstring>
+ // #include <xstring>
#else
-#include <cstring> // Silly Linux doesn't have xstring...
-#include <string>
-#include <cstdio>
+ #include <cstring> // Silly Linux doesn't have xstring...
+ #include <cstdio>
#endif
class cSocket;
|