diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-09 20:05:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-09 20:05:01 +1000 |
commit | 03ecd346849cb66809d7e502d88d11023897885c (patch) | |
tree | 9f4a62ca43a6a37c2264f0d5296facf3c312a59f /quantum/keymap_extras/sendstring_belgian.h | |
parent | b6d9409d2f8eaa9888fce1611bcb9a23d97be150 (diff) |
keymap_extras: remove direct `quantum.h` includes (#21485)
Diffstat (limited to 'quantum/keymap_extras/sendstring_belgian.h')
-rw-r--r-- | quantum/keymap_extras/sendstring_belgian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/sendstring_belgian.h b/quantum/keymap_extras/sendstring_belgian.h index 34ca9514c8..f33d6272e8 100644 --- a/quantum/keymap_extras/sendstring_belgian.h +++ b/quantum/keymap_extras/sendstring_belgian.h @@ -18,8 +18,8 @@ #pragma once +#include "send_string.h" #include "keymap_belgian.h" -#include "quantum.h" // clang-format off |