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/command_manager.hh | |
| parent | 5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff) | |
sort includes directives
Diffstat (limited to 'src/command_manager.hh')
| -rw-r--r-- | src/command_manager.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh index a8af72ac..2c272f03 100644 --- a/src/command_manager.hh +++ b/src/command_manager.hh @@ -1,15 +1,15 @@ #ifndef command_manager_hh_INCLUDED #define command_manager_hh_INCLUDED -#include <unordered_map> -#include <functional> -#include <initializer_list> - -#include "string.hh" -#include "utils.hh" #include "completion.hh" #include "memoryview.hh" #include "shell_manager.hh" +#include "string.hh" +#include "utils.hh" + +#include <unordered_map> +#include <functional> +#include <initializer_list> namespace Kakoune { |
