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/function_group.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/function_group.hh') diff --git a/src/function_group.hh b/src/function_group.hh index 2772389c..739b7ffb 100644 --- a/src/function_group.hh +++ b/src/function_group.hh @@ -1,9 +1,9 @@ #ifndef function_group_hh_INCLUDED #define function_group_hh_INCLUDED -#include "string.hh" -#include "idvaluemap.hh" #include "exception.hh" +#include "idvaluemap.hh" +#include "string.hh" namespace Kakoune { -- cgit v1.2.3