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.hh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index 7b2d771f..5dccced1 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -1,11 +1,13 @@ #ifndef input_handler_hh_INCLUDED #define input_handler_hh_INCLUDED -#include "keys.hh" +#include "color.hh" #include "completion.hh" -#include "utils.hh" -#include "string.hh" #include "context.hh" +#include "editor.hh" +#include "keys.hh" +#include "string.hh" +#include "utils.hh" namespace Kakoune { -- cgit v1.2.3