summaryrefslogtreecommitdiff
path: root/src/string.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-08-29 15:23:03 +0700
committerMaxime Coste <mawww@kakoune.org>2017-08-29 15:23:03 +0700
commitab6a99943140cdc3892df1c491efc7838db4cb88 (patch)
treee7121edab33080d5319cdc5eda1276071326ee84 /src/string.cc
parentc0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff)
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/string.cc')
-rw-r--r--src/string.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string.cc b/src/string.cc
index f14abddb..baebf29f 100644
--- a/src/string.cc
+++ b/src/string.cc
@@ -1,9 +1,9 @@
#include "string.hh"
#include "exception.hh"
-#include "containers.hh"
-#include "utf8_iterator.hh"
+#include "ranges.hh"
#include "unit_tests.hh"
+#include "utf8_iterator.hh"
#include <cstdio>