summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-15 11:41:35 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-15 12:58:25 +1000
commit65ac5d42c9209c4b89c590c93cfa8d985e66b168 (patch)
tree2cf07a812c46e81c71204236b8a32c495132f62e /src/input_handler.hh
parentb804693630f61be757413e6e5a700995be1b164b (diff)
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index fa7c91b1..54c5fd5b 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -2,7 +2,7 @@
#define input_handler_hh_INCLUDED
#include "completion.hh"
-#include "constexpr_utils.hh"
+#include "array.hh"
#include "context.hh"
#include "env_vars.hh"
#include "enum.hh"