summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 2f6916910..258ce6e60 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -32,10 +32,7 @@
#include "effectmanager.h"
#include "emoteshortcut.h"
#include "guildmanager.h"
-#include "inputmanager.h"
#include "itemshortcut.h"
-#include "joystick.h"
-#include "keyboardconfig.h"
#include "localplayer.h"
#include "particle.h"
#include "playerinfo.h"
@@ -43,6 +40,10 @@
#include "spellshortcut.h"
#include "touchmanager.h"
+#include "input/inputmanager.h"
+#include "input/joystick.h"
+#include "input/keyboardconfig.h"
+
#include "gui/botcheckerwindow.h"
#include "gui/debugwindow.h"
#include "gui/didyouknowwindow.h"