From 77180a6649bbf9f54a515acafe1cbe688f51a519 Mon Sep 17 00:00:00 2001
From: Nick Brassel
Date: Thu, 10 Mar 2022 04:09:38 +1100
Subject: Fixup builds. (#16596)
---
quantum/action.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
(limited to 'quantum')
diff --git a/quantum/action.c b/quantum/action.c
index 487218777e..60301fa606 100644
--- a/quantum/action.c
+++ b/quantum/action.c
@@ -15,6 +15,13 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
#include
+
+#ifdef DEBUG_ACTION
+# include "debug.h"
+#else
+# include "nodebug.h"
+#endif
+
#include "host.h"
#include "keycode.h"
#include "keyboard.h"
@@ -34,12 +41,6 @@ along with this program. If not, see .
# include "backlight.h"
#endif
-#ifdef DEBUG_ACTION
-# include "debug.h"
-#else
-# include "nodebug.h"
-#endif
-
#ifdef POINTING_DEVICE_ENABLE
# include "pointing_device.h"
#endif
--
cgit v1.2.3