diff options
author | Joel Challis <git@zvecr.com> | 2023-03-03 17:50:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 17:50:40 +0000 |
commit | 3be5d90b6d1c4534bcfce9725808e8c4d469a845 (patch) | |
tree | cc9c2ae2ead9a4fbdc2f9c7d1d3f3682e08b2d46 /keyboards/gboards/georgi | |
parent | c3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e (diff) |
Remove some use of keymap.h (#20006)
Diffstat (limited to 'keyboards/gboards/georgi')
-rw-r--r-- | keyboards/gboards/georgi/sten.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gboards/georgi/sten.h b/keyboards/gboards/georgi/sten.h index 320c49514c..05d518efac 100644 --- a/keyboards/gboards/georgi/sten.h +++ b/keyboards/gboards/georgi/sten.h @@ -4,10 +4,10 @@ // the slave and the master. Until we return from main. // // Amen. +#pragma once #include QMK_KEYBOARD_H #include "mousekey.h" -#include "keymap.h" #include "keymap_steno.h" #include "wait.h" |