summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-18 20:58:02 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-18 20:58:02 +0300
commit3897d9afdfe615f29fc4dd0d7c0b5564f585c524 (patch)
tree94680626fa15133eec0d909e2e038836a7e1ab12 /src/game.cpp
parenta3e458c6c5d1fc7cda0afcab74ff95f7a63b728a (diff)
downloadmv-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.tar.gz
mv-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.tar.bz2
mv-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.tar.xz
mv-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.zip
Remove extra includes.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 08f123bce..7a66c0b19 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -35,6 +35,7 @@
#include "being/localplayer.h"
#include "being/playerinfo.h"
+#include "const/itemshortcut.h"
#include "const/spells.h"
#include "const/gui/chat.h"
@@ -56,7 +57,6 @@
#include "gui/shortcut/dropshortcut.h"
#include "gui/shortcut/emoteshortcut.h"
-#include "gui/shortcut/itemshortcut.h"
#include "gui/popups/popupmenu.h"