summaryrefslogtreecommitdiff
path: root/src/client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cc')
-rw-r--r--src/client.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client.cc b/src/client.cc
index 77fb7dcc..3f7494d9 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -1,7 +1,7 @@
#include "client.hh"
-#include "face_registry.hh"
#include "context.hh"
+#include "face_registry.hh"
#include "buffer_manager.hh"
#include "buffer_utils.hh"
#include "debug.hh"
@@ -10,8 +10,9 @@
#include "option.hh"
#include "option_types.hh"
#include "client_manager.hh"
-#include "command_manager.hh"
#include "event_manager.hh"
+#include "shell_manager.hh"
+#include "command_manager.hh"
#include "user_interface.hh"
#include "window.hh"
#include "hash_map.hh"