diff options
author | Joel Challis <git@zvecr.com> | 2021-08-18 00:54:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 09:54:41 +1000 |
commit | 58cd8c366c49ae6134f274b074c5e72f67a359ad (patch) | |
tree | 629cf51b484978c7280d8d9e318b336ae28ee62e /keyboards/mxss | |
parent | 703f0277170c7e2d1acaa00b274f6fd479045abd (diff) |
Various fixes from reorg of files (#14051)
Diffstat (limited to 'keyboards/mxss')
-rw-r--r-- | keyboards/mxss/mxss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mxss/mxss.c b/keyboards/mxss/mxss.c index 48ea466419..dd418b86fd 100644 --- a/keyboards/mxss/mxss.c +++ b/keyboards/mxss/mxss.c @@ -18,7 +18,7 @@ #include QMK_KEYBOARD_H #include "tmk_core/common/eeprom.h" -#include "tmk_core/common/action_layer.h" +#include "action_layer.h" #include "rgblight.h" #include "via.h" #include "version.h" // for QMK_BUILDDATE used in EEPROM magic |