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