diff options
Diffstat (limited to 'src/beingmanager.cpp')
-rw-r--r-- | src/beingmanager.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/beingmanager.cpp b/src/beingmanager.cpp index 8c07aaab..b8acb7c2 100644 --- a/src/beingmanager.cpp +++ b/src/beingmanager.cpp @@ -26,10 +26,7 @@ #include "npc.h" #include "player.h" -#ifdef EATHENA_SUPPORT -#include "net/messageout.h" -#include "net/ea/protocol.h" -#else +#ifdef TMWSERV_SUPPORT #include "net/tmwserv/protocol.h" #endif |