summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
Diffstat (limited to 'src/being')
-rw-r--r--src/being/localplayer.cpp3
-rw-r--r--src/being/playerinfo.cpp3
2 files changed, 4 insertions, 2 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"
diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp
index 76ccdcce4..fea36d893 100644
--- a/src/being/playerinfo.cpp
+++ b/src/being/playerinfo.cpp
@@ -22,7 +22,6 @@
#include "being/playerinfo.h"
#include "configuration.h"
-#include "item.h"
#include "itemsoundmanager.h"
#include "being/localplayer.h"
@@ -45,6 +44,8 @@
#include "resources/itemtype.h"
#endif
+#include "resources/item/item.h"
+
#include "utils/delete2.h"
#include "debug.h"