summaryrefslogtreecommitdiff
path: root/src/dropshortcut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dropshortcut.cpp')
-rw-r--r--src/dropshortcut.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dropshortcut.cpp b/src/dropshortcut.cpp
index 325014823..585add656 100644
--- a/src/dropshortcut.cpp
+++ b/src/dropshortcut.cpp
@@ -26,8 +26,9 @@
#include "configuration.h"
#include "inventory.h"
#include "item.h"
-#include "localplayer.h"
-#include "playerinfo.h"
+
+#include "being/localplayer.h"
+#include "being/playerinfo.h"
#include "gui/widgets/chattab.h"