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/client_manager.cc | |
| parent | 240e0321e81c5919f98d4d812cf909e63a53b9d9 (diff) | |
move context implementation to context.cc
Diffstat (limited to 'src/client_manager.cc')
| -rw-r--r-- | src/client_manager.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client_manager.cc b/src/client_manager.cc index fc95c118..0cf05967 100644 --- a/src/client_manager.cc +++ b/src/client_manager.cc @@ -1,10 +1,12 @@ #include "client_manager.hh" -#include "event_manager.hh" #include "buffer_manager.hh" +#include "color_registry.hh" #include "command_manager.hh" +#include "event_manager.hh" #include "file.hh" -#include "color_registry.hh" +#include "user_interface.hh" +#include "window.hh" namespace Kakoune { |
