diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-08 14:48:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-08 14:48:08 +0300 |
commit | cda421c4c58e32f88d87641e0195a55a8f212757 (patch) | |
tree | 0ed67b9949b994ad3b3bf50dfcb88a120a8a042f /src/net/eathena | |
parent | efa3bc8c346aea723b8b02ea1f27d7d3e41ff134 (diff) | |
download | mv-cda421c4c58e32f88d87641e0195a55a8f212757.tar.gz mv-cda421c4c58e32f88d87641e0195a55a8f212757.tar.bz2 mv-cda421c4c58e32f88d87641e0195a55a8f212757.tar.xz mv-cda421c4c58e32f88d87641e0195a55a8f212757.zip |
move direct SDL_net calls to proxy file sdltcpnet.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/network.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h index c2f6e0bb6..8babc4d19 100644 --- a/src/net/eathena/network.h +++ b/src/net/eathena/network.h @@ -28,12 +28,6 @@ #include "net/eathena/messagehandler.h" #include "net/eathena/messagein.h" -#include <SDL_net.h> -#include <SDL_thread.h> - -#include <map> -#include <string> - /** * Protocol version, reported to the eAthena char and mapserver who can adjust * the protocol accordingly. |