summaryrefslogtreecommitdiff
path: root/src/option_types.hh
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/option_types.hh
parentc0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff)
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/option_types.hh')
-rw-r--r--src/option_types.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option_types.hh b/src/option_types.hh
index 1c44ddce..01d7ea3b 100644
--- a/src/option_types.hh
+++ b/src/option_types.hh
@@ -3,11 +3,11 @@
#include "array_view.hh"
#include "coord.hh"
-#include "containers.hh"
#include "exception.hh"
#include "flags.hh"
#include "hash_map.hh"
#include "option.hh"
+#include "ranges.hh"
#include "string.hh"
#include "units.hh"