dotfiles

commit 4dda2edee225bd11ce6e179af7bd46393eefd847

Author: Honza Pokorny <me@honza.ca>

keyboard: remove unused imports

 ergodox/keymap.c | 2 --


diff --git a/ergodox/keymap.c b/ergodox/keymap.c
index 78c9d28292abd2d261157094d9bb17b519693b97..fe4e0c78b78eb67de1db077a788329207623aacf 100644
--- a/ergodox/keymap.c
+++ b/ergodox/keymap.c
@@ -21,8 +21,6 @@ // This is the default dvorak layout file
 // I expect to customize this heavily.
 
 #include QMK_KEYBOARD_H
-#include "debug.h"
-#include "action_layer.h"
 
 enum custom_keycodes {
   IF_ERR_NIL = EZ_SAFE_RANGE,