summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index 00234bd7c..aac729040 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -22,15 +22,12 @@
#include "net/eathena/playerhandler.h"
-#include "configuration.h"
-#include "client.h"
+#include "net/net.h"
+#include "net/eathena/messageout.h"
#include "net/eathena/protocol.h"
-#include "net/eathena/npchandler.h"
#include "net/eathena/inventoryhandler.h"
-#include "gui/whoisonline.h"
-
#include "debug.h"
extern Net::PlayerHandler *playerHandler;