diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
| commit | 270e950cf1e590975e9b273da849a08d6a4f50bb (patch) | |
| tree | a4e05a6d6c102b0367f7480f193bd3237f628765 /src/buffer_manager.cc | |
| parent | 5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff) | |
sort includes directives
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 { |
