diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
| commit | 270e950cf1e590975e9b273da849a08d6a4f50bb (patch) | |
| tree | a4e05a6d6c102b0367f7480f193bd3237f628765 /src/window.hh | |
| parent | 5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff) | |
sort includes directives
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.hh b/src/window.hh index 66be3d17..9349c450 100644 --- a/src/window.hh +++ b/src/window.hh @@ -1,9 +1,9 @@ #ifndef window_hh_INCLUDED #define window_hh_INCLUDED -#include "editor.hh" -#include "display_buffer.hh" #include "completion.hh" +#include "display_buffer.hh" +#include "editor.hh" #include "highlighter.hh" #include "highlighter.hh" #include "hook_manager.hh" |
