From c485d1cf2652bfb47afbb68f128a64f1bc518aa3 Mon Sep 17 00:00:00 2001
From: Joel Challis
Date: Mon, 27 Mar 2023 20:08:17 +0100
Subject: Remove use of keymap.h (#20004)
---
quantum/action.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'quantum/action.c')
diff --git a/quantum/action.c b/quantum/action.c
index 7d3f40a950..a601737376 100644
--- a/quantum/action.c
+++ b/quantum/action.c
@@ -19,7 +19,6 @@ along with this program. If not, see .
#include "host.h"
#include "keycode.h"
#include "keyboard.h"
-#include "keymap.h"
#include "mousekey.h"
#include "programmable_button.h"
#include "command.h"
@@ -30,6 +29,7 @@ along with this program. If not, see .
#include "action.h"
#include "wait.h"
#include "keycode_config.h"
+#include "debug.h"
#ifdef BACKLIGHT_ENABLE
# include "backlight.h"
--
cgit v1.2.3