diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
| commit | 3a817e2f96a30faef03565c510f626ac73fd46ed (patch) | |
| tree | 4be12e5689f919358a5e1735ac5c8dbf04945302 /src/window.hh | |
| parent | 58c1721564ea6b52929b189463fc9f54a4711d1d (diff) | |
Cleanup includes
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window.hh b/src/window.hh index e2bb91b1..c5efdf27 100644 --- a/src/window.hh +++ b/src/window.hh @@ -1,10 +1,9 @@ #ifndef window_hh_INCLUDED #define window_hh_INCLUDED -#include "completion.hh" #include "display_buffer.hh" #include "highlighter_group.hh" -#include "selection.hh" +#include "option_manager.hh" #include "safe_ptr.hh" #include "scope.hh" |
