summaryrefslogtreecommitdiff
path: root/src/flooritem.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 01:48:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 01:48:21 +0300
commit9b072c42f4508de8fb15d1fc8b59931777d5b5a7 (patch)
treef9de59c6afaa00d48e4e637a35647759c4e230f2 /src/flooritem.cpp
parentfe70d4929e6ca0e46e6210d8795056c6e8a4b93d (diff)
downloadplus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.gz
plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.bz2
plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.xz
plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.zip
Move item into item directory.
Diffstat (limited to 'src/flooritem.cpp')
-rw-r--r--src/flooritem.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flooritem.cpp b/src/flooritem.cpp
index 25222229f..49a64ff43 100644
--- a/src/flooritem.cpp
+++ b/src/flooritem.cpp
@@ -23,7 +23,6 @@
#include "flooritem.h"
#include "configuration.h"
-#include "item.h"
#include "render/graphics.h"
@@ -34,6 +33,8 @@
#include "resources/iteminfo.h"
+#include "resources/item/item.h"
+
#include "resources/map/map.h"
#include "net/serverfeatures.h"