summaryrefslogtreecommitdiff
path: root/src/hook_manager.cc
diff options
context:
space:
mode:
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
{