summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-04 01:26:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-04 01:26:47 +0300
commit8356efd659046630db247b344bb4baec29c4a6e7 (patch)
treeb0758791b4f0856856536556d0e99f1ef08bf3bb /src/net/ea/buysellrecv.cpp
parentad65d5b7ee4e206733add9e5514a7d51e02c2d54 (diff)
downloadplus-8356efd659046630db247b344bb4baec29c4a6e7.tar.gz
plus-8356efd659046630db247b344bb4baec29c4a6e7.tar.bz2
plus-8356efd659046630db247b344bb4baec29c4a6e7.tar.xz
plus-8356efd659046630db247b344bb4baec29c4a6e7.zip
Remove some useless includes.
Diffstat (limited to 'src/net/ea/buysellrecv.cpp')
-rw-r--r--src/net/ea/buysellrecv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/buysellrecv.cpp b/src/net/ea/buysellrecv.cpp
index e49305a7f..28c0409f8 100644
--- a/src/net/ea/buysellrecv.cpp
+++ b/src/net/ea/buysellrecv.cpp
@@ -23,6 +23,7 @@
#include "net/ea/buysellrecv.h"
#include "inventory.h"
+#include "item.h"
#include "notifymanager.h"
#include "being/playerinfo.h"
@@ -35,7 +36,7 @@
#include "gui/widgets/createwidget.h"
-#include "net/buysellhandler.h"
+#include "net/messagein.h"
#include "net/ea/eaprotocol.h"