From 75802940ea0f10c4ecce5ab55140c38a164ba574 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 29 Dec 2015 02:21:53 +0300 Subject: Move shopitem into item directory. --- src/net/eathena/buyingstorehandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/buyingstorehandler.cpp') 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; -- cgit v1.2.3-70-g09d2