diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-11-28 23:53:50 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-11-28 23:58:08 +0000 |
| commit | 12856066b1065adc99aa1ee0319e91f8eaf522cb (patch) | |
| tree | 26c8e81b6522d05b1d9632f3f5bd0b19476c413f /src/shell_manager.cc | |
| parent | da6d7f4530f490ec262bd640f9c51d0bc3d5ef53 (diff) | |
Cleanup include dependencies a bit
Diffstat (limited to 'src/shell_manager.cc')
| -rw-r--r-- | src/shell_manager.cc | 7 |
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> |
