From 270e950cf1e590975e9b273da849a08d6a4f50bb Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 9 Apr 2013 20:05:40 +0200 Subject: sort includes directives --- src/command_manager.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/command_manager.hh') 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 -#include -#include - -#include "string.hh" -#include "utils.hh" #include "completion.hh" #include "memoryview.hh" #include "shell_manager.hh" +#include "string.hh" +#include "utils.hh" + +#include +#include +#include namespace Kakoune { -- cgit v1.2.3