summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-19 08:13:45 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-19 08:13:45 +1000
commit29d0596c715d5f74e2fc8cef6d60d7256c8b0307 (patch)
treed853e65a1dd198aa50e3cc33937e5733c90c982c /src/command_manager.hh
parentf4d8a831ff84eaf9280bf000133c661d4359bfa3 (diff)
parent64ed046e5a841520506e1954ff0bd756ea112d94 (diff)
Merge remote-tracking branch 'arrufat/includes-cleanup'
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index 878ca129..c0a2e878 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -1,7 +1,6 @@
#ifndef command_manager_hh_INCLUDED
#define command_manager_hh_INCLUDED
-#include "coord.hh"
#include "completion.hh"
#include "array_view.hh"
#include "shell_manager.hh"
@@ -12,7 +11,6 @@
#include "hash_map.hh"
#include <functional>
-#include <initializer_list>
namespace Kakoune
{