summaryrefslogtreecommitdiff
path: root/src/shell_manager.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-11-28 23:53:50 +0000
committerMaxime Coste <frrrwww@gmail.com>2016-11-28 23:58:08 +0000
commit12856066b1065adc99aa1ee0319e91f8eaf522cb (patch)
tree26c8e81b6522d05b1d9632f3f5bd0b19476c413f /src/shell_manager.cc
parentda6d7f4530f490ec262bd640f9c51d0bc3d5ef53 (diff)
Cleanup include dependencies a bit
Diffstat (limited to 'src/shell_manager.cc')
-rw-r--r--src/shell_manager.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc
index 2cee4cbe..1ee1c280 100644
--- a/src/shell_manager.cc
+++ b/src/shell_manager.cc
@@ -1,12 +1,13 @@
#include "shell_manager.hh"
+#include "buffer_utils.hh"
#include "clock.hh"
#include "context.hh"
-#include "buffer_utils.hh"
+#include "display_buffer.hh"
#include "event_manager.hh"
-#include "file.hh"
#include "face_registry.hh"
-#include "display_buffer.hh"
+#include "file.hh"
+#include "regex.hh"
#include <cstring>
#include <sys/types.h>