diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index 9be9bae943..091ab491c8 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c @@ -43,8 +43,6 @@ along with this program. If not, see . extern keymap_config_t keymap_config; -#include - /* converts key to action */ action_t action_for_key(uint8_t layer, keypos_t key) { // 16bit keycodes - important diff --git a/quantum/process_keycode/process_key_lock.c b/quantum/process_keycode/process_key_lock.c index cd691f6f5e..304a89c5cd 100644 --- a/quantum/process_keycode/process_key_lock.c +++ b/quantum/process_keycode/process_key_lock.c @@ -14,7 +14,6 @@ * along with this program. If not, see . */ -#include #include #include "process_key_lock.h"