summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-04-09 19:39:03 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-04-09 19:39:03 +0200
commit34b8604f902042985fa9a7101427f5eafadee55e (patch)
tree0bb559741a33a3e94e9fff00eb6e1c00b6d7cd39 /src/input_handler.cc
parent240e0321e81c5919f98d4d812cf909e63a53b9d9 (diff)
move context implementation to context.cc
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index a8b161cb..c8a1466f 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1,11 +1,13 @@
#include "input_handler.hh"
+#include "color_registry.hh"
#include "context.hh"
#include "editor.hh"
-#include "register_manager.hh"
#include "event_manager.hh"
+#include "register_manager.hh"
+#include "user_interface.hh"
#include "utf8.hh"
-#include "color_registry.hh"
+#include "window.hh"
#include <unordered_map>