summaryrefslogtreecommitdiff
path: root/src/command_manager.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/command_manager.cc
parentc0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff)
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/command_manager.cc')
-rw-r--r--src/command_manager.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command_manager.cc b/src/command_manager.cc
index 61c4f74c..1d9a5042 100644
--- a/src/command_manager.cc
+++ b/src/command_manager.cc
@@ -2,14 +2,14 @@
#include "alias_registry.hh"
#include "assert.hh"
+#include "buffer_utils.hh"
#include "context.hh"
#include "flags.hh"
+#include "optional.hh"
+#include "ranges.hh"
#include "register_manager.hh"
#include "shell_manager.hh"
#include "utils.hh"
-#include "optional.hh"
-#include "containers.hh"
-#include "buffer_utils.hh"
#include <algorithm>