diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 02:21:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 02:21:53 +0300 |
commit | 75802940ea0f10c4ecce5ab55140c38a164ba574 (patch) | |
tree | 506873f03fd72b2bb3fc84085d0202c61f79a89c /src/gui/windows/buyingstoreselldialog.cpp | |
parent | 9b072c42f4508de8fb15d1fc8b59931777d5b5a7 (diff) | |
download | plus-75802940ea0f10c4ecce5ab55140c38a164ba574.tar.gz plus-75802940ea0f10c4ecce5ab55140c38a164ba574.tar.bz2 plus-75802940ea0f10c4ecce5ab55140c38a164ba574.tar.xz plus-75802940ea0f10c4ecce5ab55140c38a164ba574.zip |
Move shopitem into item directory.
Diffstat (limited to 'src/gui/windows/buyingstoreselldialog.cpp')
-rw-r--r-- | src/gui/windows/buyingstoreselldialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/buyingstoreselldialog.cpp b/src/gui/windows/buyingstoreselldialog.cpp index a93ee53f6..c4425b6aa 100644 --- a/src/gui/windows/buyingstoreselldialog.cpp +++ b/src/gui/windows/buyingstoreselldialog.cpp @@ -24,7 +24,6 @@ #include "actormanager.h" #include "inventory.h" -#include "shopitem.h" #include "being/playerinfo.h" @@ -34,6 +33,8 @@ #include "net/buyingstorehandler.h" +#include "resources/item/shopitem.h" + #include "debug.h" BuyingStoreSellDialog::BuyingStoreSellDialog(const BeingId accountId, |