summaryrefslogtreecommitdiff
path: root/src/hook_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/hook_manager.cc
parentc0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff)
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/hook_manager.cc')
-rw-r--r--src/hook_manager.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hook_manager.cc b/src/hook_manager.cc
index fc274f8a..5e538681 100644
--- a/src/hook_manager.cc
+++ b/src/hook_manager.cc
@@ -1,14 +1,14 @@
#include "hook_manager.hh"
+#include "buffer_utils.hh"
#include "clock.hh"
-#include "containers.hh"
+#include "command_manager.hh"
#include "context.hh"
-#include "buffer_utils.hh"
#include "display_buffer.hh"
#include "face_registry.hh"
-#include "command_manager.hh"
-#include "regex.hh"
#include "option.hh"
+#include "ranges.hh"
+#include "regex.hh"
namespace Kakoune
{