summaryrefslogtreecommitdiff
path: root/src/buffer_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_manager.cc')
-rw-r--r--src/buffer_manager.cc4
1 files changed, 2 insertions, 2 deletions
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
{