diff options
Diffstat (limited to 'src/gui/windows/shopwindow.cpp')
-rw-r--r-- | src/gui/windows/shopwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/shopwindow.cpp b/src/gui/windows/shopwindow.cpp index 19a7e31b8..127f0fbcd 100644 --- a/src/gui/windows/shopwindow.cpp +++ b/src/gui/windows/shopwindow.cpp @@ -62,7 +62,6 @@ #include "configuration.h" #include "inventory.h" #include "settings.h" -#include "shopitem.h" #include "being/localplayer.h" #include "being/playerinfo.h" @@ -87,6 +86,8 @@ #include "resources/iteminfo.h" #endif +#include "resources/item/shopitem.h" + #include <sys/stat.h> #include <sstream> |