summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index 337e55a1..9740844d 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -37,11 +37,8 @@
#include "net/specialhandler.h"
#include "net/tradehandler.h"
-#ifdef MANASERV_SUPPORT
-#include "net/manaserv/generalhandler.h"
-#else
#include "net/ea/generalhandler.h"
-#endif
+#include "net/manaserv/generalhandler.h"
Net::AdminHandler *adminHandler = NULL;
Net::CharHandler *charHandler = NULL;