summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 02:21:53 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 02:21:53 +0300
commit75802940ea0f10c4ecce5ab55140c38a164ba574 (patch)
tree506873f03fd72b2bb3fc84085d0202c61f79a89c /src/net/eathena/buyingstorehandler.cpp
parent9b072c42f4508de8fb15d1fc8b59931777d5b5a7 (diff)
downloadplus-75802940ea0f10c4ecce5ab55140c38a164ba574.tar.gz
plus-75802940ea0f10c4ecce5ab55140c38a164ba574.tar.bz2
plus-75802940ea0f10c4ecce5ab55140c38a164ba574.tar.xz
plus-75802940ea0f10c4ecce5ab55140c38a164ba574.zip
Move shopitem into item directory.
Diffstat (limited to 'src/net/eathena/buyingstorehandler.cpp')
-rw-r--r--src/net/eathena/buyingstorehandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/buyingstorehandler.cpp b/src/net/eathena/buyingstorehandler.cpp
index 8ff7f65bb..163e0bd79 100644
--- a/src/net/eathena/buyingstorehandler.cpp
+++ b/src/net/eathena/buyingstorehandler.cpp
@@ -20,8 +20,6 @@
#include "net/eathena/buyingstorehandler.h"
-#include "shopitem.h"
-
#include "being/being.h"
#include "being/playerinfo.h"
@@ -30,6 +28,8 @@
#include "net/eathena/messageout.h"
#include "net/eathena/protocolout.h"
+#include "resources/item/shopitem.h"
+
#include "debug.h"
extern Net::BuyingStoreHandler *buyingStoreHandler;