summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-15 20:35:51 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-15 20:35:51 +0300
commit69881a0d864f9db2f6a6ab1111d61638b651ad73 (patch)
tree928e3121ac68e156ec4998120d3b3ee9e7a6f21a /src/net/eathena/buysellhandler.cpp
parentd30e64a2be314eb17fa45274524108c054cebea1 (diff)
downloadmv-69881a0d864f9db2f6a6ab1111d61638b651ad73.tar.gz
mv-69881a0d864f9db2f6a6ab1111d61638b651ad73.tar.bz2
mv-69881a0d864f9db2f6a6ab1111d61638b651ad73.tar.xz
mv-69881a0d864f9db2f6a6ab1111d61638b651ad73.zip
remove unused includes from net directory.
Diffstat (limited to 'src/net/eathena/buysellhandler.cpp')
-rw-r--r--src/net/eathena/buysellhandler.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp
index 76f465872..44c8eb125 100644
--- a/src/net/eathena/buysellhandler.cpp
+++ b/src/net/eathena/buysellhandler.cpp
@@ -22,27 +22,15 @@
#include "net/eathena/buysellhandler.h"
-#include "actorspritemanager.h"
-#include "configuration.h"
-#include "inventory.h"
#include "notifications.h"
#include "notifymanager.h"
-#include "being/localplayer.h"
#include "being/playerinfo.h"
#include "gui/buydialog.h"
-#include "gui/buyselldialog.h"
-#include "gui/selldialog.h"
-#include "gui/shopwindow.h"
-
-#include "gui/widgets/chattab.h"
-
-#include "net/chathandler.h"
#include "net/ea/eaprotocol.h"
-#include "net/eathena/chathandler.h"
#include "net/eathena/protocol.h"
#include "debug.h"