diff options
| author | Enrico Borba <enricozb@users.noreply.github.com> | 2024-12-23 09:23:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 09:23:58 +0100 |
| commit | 52125e6336d596aebdd4da91080b3178ddca7449 (patch) | |
| tree | 27d3e5c01660d567f22fee621c97753f294256b0 /src/keymap_manager.cc | |
| parent | 14cb35f62b36b2f1aa530adb5e31c05ff1347bfc (diff) | |
| parent | 9c458c50661446fc6e7295787b06422137af099d (diff) | |
Merge branch 'master' into enricozb/daemon-stdin
Diffstat (limited to 'src/keymap_manager.cc')
| -rw-r--r-- | src/keymap_manager.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/keymap_manager.cc b/src/keymap_manager.cc index 582a271d..1d05d50c 100644 --- a/src/keymap_manager.cc +++ b/src/keymap_manager.cc @@ -1,11 +1,9 @@ #include "keymap_manager.hh" -#include "array_view.hh" #include "assert.hh" #include "exception.hh" -#include "string_utils.hh" - -#include <algorithm> +#include "format.hh" +#include "ranges.hh" namespace Kakoune { |
