diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-09 18:33:32 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-12 20:02:11 +1000 |
| commit | 6ed01f402b3a54495c8d9e462b7674864fbbe402 (patch) | |
| tree | 2a5c3fcb1da1c8577fe58a87fdd3376c44b8ba49 /src/input_handler.hh | |
| parent | 1b2100753e4bdc65b1c6a78662ab5eeb7eaaa8d3 (diff) | |
Reduce headers dependency graph
Move more code into the implementation files to reduce the amount
of code pulled by headers.
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh index dd475c92..fa7c91b1 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -5,6 +5,7 @@ #include "constexpr_utils.hh" #include "context.hh" #include "env_vars.hh" +#include "enum.hh" #include "face.hh" #include "normal.hh" #include "optional.hh" |
