summaryrefslogtreecommitdiff
path: root/src/being/localplayer.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/being/localplayer.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/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index 9944a6eb4..a7fdfca82 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -26,7 +26,6 @@
#include "configuration.h"
#include "gamemodifiers.h"
#include "guild.h"
-#include "item.h"
#include "party.h"
#include "settings.h"
#include "soundmanager.h"
@@ -74,6 +73,8 @@
#include "resources/db/weaponsdb.h"
+#include "resources/item/item.h"
+
#include "resources/map/map.h"
#include "resources/map/mapitem.h"
#include "resources/map/speciallayer.h"