summaryrefslogtreecommitdiffstats
path: root/keyboards/gboards/g/engine.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-03-03 17:50:40 +0000
committerGitHub <noreply@github.com>2023-03-03 17:50:40 +0000
commit3be5d90b6d1c4534bcfce9725808e8c4d469a845 (patch)
treecc9c2ae2ead9a4fbdc2f9c7d1d3f3682e08b2d46 /keyboards/gboards/g/engine.h
parentc3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e (diff)
Remove some use of keymap.h (#20006)
Diffstat (limited to 'keyboards/gboards/g/engine.h')
-rw-r--r--keyboards/gboards/g/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gboards/g/engine.h b/keyboards/gboards/g/engine.h
index 547ea09fdd..e166ba37d2 100644
--- a/keyboards/gboards/g/engine.h
+++ b/keyboards/gboards/g/engine.h
@@ -10,9 +10,9 @@
crap is removed where possible
*/
-#include QMK_KEYBOARD_H
#pragma once
-#include "keymap.h"
+
+#include QMK_KEYBOARD_H
#include <string.h>
#include <stdint.h>
#include <stdio.h>