From 34b8604f902042985fa9a7101427f5eafadee55e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 9 Apr 2013 19:39:03 +0200 Subject: move context implementation to context.cc --- src/input_handler.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/input_handler.cc') 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 -- cgit v1.2.3