From 9366ed728280f4875ebbba9c0ef1eade03c96d35 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- keyboards/mxss/rgblight.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/mxss/rgblight.c') diff --git a/keyboards/mxss/rgblight.c b/keyboards/mxss/rgblight.c index 130945857f..2e9352c55d 100644 --- a/keyboards/mxss/rgblight.c +++ b/keyboards/mxss/rgblight.c @@ -20,7 +20,7 @@ # include #endif #ifdef STM32_EEPROM_ENABLE -# include "hal.h" +# include # include "eeprom.h" # include "eeprom_stm32.h" #endif @@ -31,7 +31,7 @@ #include "color.h" #include "debug.h" #include "led_tables.h" -#include "lib/lib8tion/lib8tion.h" +#include #ifdef VELOCIKEY_ENABLE # include "velocikey.h" #endif -- cgit v1.2.3