diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 19:39:03 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 19:39:03 +0200 |
| commit | 34b8604f902042985fa9a7101427f5eafadee55e (patch) | |
| tree | 0bb559741a33a3e94e9fff00eb6e1c00b6d7cd39 /src/input_handler.hh | |
| parent | 240e0321e81c5919f98d4d812cf909e63a53b9d9 (diff) | |
move context implementation to context.cc
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 8 |
1 files changed, 5 insertions, 3 deletions
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 { |
