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_manager.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buffer_manager.cc') diff --git a/src/buffer_manager.cc b/src/buffer_manager.cc index 00dcfad2..16ba65cf 100644 --- a/src/buffer_manager.cc +++ b/src/buffer_manager.cc @@ -2,10 +2,10 @@ #include "assert.hh" #include "buffer.hh" -#include "exception.hh" -#include "string.hh" #include "client_manager.hh" +#include "exception.hh" #include "file.hh" +#include "string.hh" namespace Kakoune { -- cgit v1.2.3