summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r--src/keyboardconfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index a7542f17c..7efe5a16a 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -26,11 +26,12 @@
#include <SDL_types.h>
#include <SDL_keyboard.h>
+#include "inputevent.h"
+
+#include <map>
#include <string>
#include <vector>
-#include "actionmanager.h"
-
union SDL_Event;
typedef std::vector<int> KeysVector;