summaryrefslogtreecommitdiffstats
path: root/keyboards/gboards/engine/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gboards/engine/engine.h')
-rw-r--r--keyboards/gboards/engine/engine.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/gboards/engine/engine.h b/keyboards/gboards/engine/engine.h
index 5b2da811d8..005dd730b8 100644
--- a/keyboards/gboards/engine/engine.h
+++ b/keyboards/gboards/engine/engine.h
@@ -11,13 +11,11 @@
*/
#pragma once
-#include QMK_KEYBOARD_H
+
+#include "quantum.h"
#include <string.h>
-#include <stdint.h>
#include <stdio.h>
#include "config_engine.h"
-#include <avr/pgmspace.h>
-#include "wait.h"
// Maximum values for combos
#define COMBO_END 0x00