summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
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/input_handler.cc
parentf4d8a831ff84eaf9280bf000133c661d4359bfa3 (diff)
parent64ed046e5a841520506e1954ff0bd756ea112d94 (diff)
Merge remote-tracking branch 'arrufat/includes-cleanup'
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 8ab88f20..aa43783e 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1,6 +1,6 @@
#include "input_handler.hh"
-#include "buffer_manager.hh"
+#include "buffer.hh"
#include "debug.hh"
#include "command_manager.hh"
#include "client.hh"
@@ -11,9 +11,7 @@
#include "option_types.hh"
#include "regex.hh"
#include "register_manager.hh"
-#include "hash_map.hh"
#include "user_interface.hh"
-#include "utf8.hh"
#include "window.hh"
#include "word_db.hh"