summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r--src/net/eathena/beinghandler.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp
index bc4d6d442..1833c9a87 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -24,34 +24,24 @@
#include "actorspritemanager.h"
#include "client.h"
-#include "configuration.h"
-#include "effectmanager.h"
#include "guild.h"
#include "guildmanager.h"
#include "party.h"
#include "being/localplayer.h"
-#include "being/playerrelations.h"
#include "input/keyboardconfig.h"
-#include "gui/botcheckerwindow.h"
#include "gui/outfitwindow.h"
#include "gui/socialwindow.h"
#include "gui/killstats.h"
-#include "utils/gettext.h"
-
-#include "net/playerhandler.h"
-
+#include "net/eathena/messageout.h"
#include "net/eathena/protocol.h"
-#include "resources/colordb.h"
#include "resources/itemdb.h"
#include "resources/iteminfo.h"
-#include <iostream>
-
#include "debug.h"
extern Net::BeingHandler *beingHandler;