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/buffer.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/buffer.hh') diff --git a/src/buffer.hh b/src/buffer.hh index e01919ee..8518da14 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -1,17 +1,17 @@ #ifndef buffer_hh_INCLUDED #define buffer_hh_INCLUDED -#include -#include -#include -#include - +#include "hook_manager.hh" #include "line_and_column.hh" #include "option_manager.hh" -#include "hook_manager.hh" #include "string.hh" #include "units.hh" +#include +#include +#include +#include + namespace Kakoune { -- cgit v1.2.3