summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
authorAdriĆ  Arrufat <adria.arrufat@gmail.com>2024-08-16 08:49:19 +0900
committerAdriĆ  Arrufat <adria.arrufat@gmail.com>2024-08-16 08:49:19 +0900
commit64ed046e5a841520506e1954ff0bd756ea112d94 (patch)
tree28c3e5de5ad0d9652dc135efd96a5adf1d5c6a4f /src/command_manager.hh
parent575f49f1b4cf93e8d91545f2e8959111bf6e7f2b (diff)
include headers 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
{