diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-08-29 15:23:03 +0700 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-08-29 15:23:03 +0700 |
| commit | ab6a99943140cdc3892df1c491efc7838db4cb88 (patch) | |
| tree | e7121edab33080d5319cdc5eda1276071326ee84 /src/buffer_manager.cc | |
| parent | c0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff) | |
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/buffer_manager.cc')
| -rw-r--r-- | src/buffer_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer_manager.cc b/src/buffer_manager.cc index 430f8eff..0c9b052f 100644 --- a/src/buffer_manager.cc +++ b/src/buffer_manager.cc @@ -3,9 +3,9 @@ #include "assert.hh" #include "buffer.hh" #include "client_manager.hh" -#include "containers.hh" #include "exception.hh" #include "file.hh" +#include "ranges.hh" #include "string.hh" namespace Kakoune |
