diff options
Diffstat (limited to 'src/buffer_manager.cc')
| -rw-r--r-- | src/buffer_manager.cc | 4 |
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 { |
