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/alias_registry.cc | |
| parent | c0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff) | |
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/alias_registry.cc')
| -rw-r--r-- | src/alias_registry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alias_registry.cc b/src/alias_registry.cc index 9804aefc..96f2e4ef 100644 --- a/src/alias_registry.cc +++ b/src/alias_registry.cc @@ -1,7 +1,7 @@ #include "alias_registry.hh" #include "command_manager.hh" -#include "containers.hh" +#include "ranges.hh" namespace Kakoune { |
