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/string.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/string.hh') diff --git a/src/string.hh b/src/string.hh index 26922c3d..046544ed 100644 --- a/src/string.hh +++ b/src/string.hh @@ -1,13 +1,13 @@ #ifndef string_hh_INCLUDED #define string_hh_INCLUDED -#include -#include - #include "memoryview.hh" #include "units.hh" #include "utf8.hh" +#include +#include + namespace Kakoune { -- cgit v1.2.3