summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerinfo.cpp')
-rw-r--r--src/being/playerinfo.cpp3
1 files changed, 2 insertions, 1 deletions
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"