diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-12-24 13:03:17 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-12-24 13:03:17 +0000 |
| commit | 2e1c6eaff77f42c91ac57a1db2a700cb4fda9996 (patch) | |
| tree | ab31018988b2bb01b1cf5599e704f6a6c7bf6dd1 /src | |
| parent | 2852e0fbe57f69eb1cffb89c8252b9ac7c7646b5 (diff) | |
sort includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main.cc b/src/main.cc index 579eca35..f6c6c747 100644 --- a/src/main.cc +++ b/src/main.cc @@ -12,23 +12,22 @@ #include "face_registry.hh" #include "file.hh" #include "highlighters.hh" +#include "insert_completer.hh" +#include "interned_string.hh" #include "ncurses_ui.hh" #include "parameters_parser.hh" #include "register_manager.hh" #include "remote.hh" -#include "shell_manager.hh" #include "scope.hh" +#include "shell_manager.hh" #include "string.hh" -#include "insert_completer.hh" -#include "interned_string.hh" #include "window.hh" +#include <fcntl.h> #include <locale> #include <signal.h> - -#include <sys/types.h> #include <sys/stat.h> -#include <fcntl.h> +#include <sys/types.h> #include <unistd.h> using namespace Kakoune; |
