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/unicode.hh | |
| parent | c0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff) | |
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/unicode.hh')
| -rw-r--r-- | src/unicode.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unicode.hh b/src/unicode.hh index 1355d687..5ce8cd6a 100644 --- a/src/unicode.hh +++ b/src/unicode.hh @@ -5,9 +5,9 @@ #include <cwchar> #include <locale> -#include "units.hh" #include "array_view.hh" -#include "containers.hh" +#include "ranges.hh" +#include "units.hh" namespace Kakoune { |
