diff options
| author | Joel Challis <git@zvecr.com> | 2023-03-27 20:08:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 20:08:17 +0100 |
| commit | c485d1cf2652bfb47afbb68f128a64f1bc518aa3 (patch) | |
| tree | cf250354f738ea94b5295d356489ead04c8339ad /quantum/process_keycode/process_combo.c | |
| parent | 79b0f9168eafef1642f3223500197bf630a2433f (diff) | |
Remove use of keymap.h (#20004)
Diffstat (limited to 'quantum/process_keycode/process_combo.c')
| -rw-r--r-- | quantum/process_keycode/process_combo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_combo.c b/quantum/process_keycode/process_combo.c index 8597649c92..ce6725c402 100644 --- a/quantum/process_keycode/process_combo.c +++ b/quantum/process_keycode/process_combo.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "keymap_common.h" | ||
| 17 | #include "print.h" | 18 | #include "print.h" |
| 18 | #include "process_combo.h" | 19 | #include "process_combo.h" |
| 19 | #include "action_tapping.h" | 20 | #include "action_tapping.h" |
