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/yosino58/rev1/split_scomm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/yosino58/rev1') diff --git a/keyboards/yosino58/rev1/split_scomm.c b/keyboards/yosino58/rev1/split_scomm.c index a1fe6ba5b8..82b53d7e7f 100644 --- a/keyboards/yosino58/rev1/split_scomm.c +++ b/keyboards/yosino58/rev1/split_scomm.c @@ -5,10 +5,10 @@ #include #include #include -#include +#include "split_scomm.h" #include "serial.h" #ifdef CONSOLE_ENABLE - #include + #include "print.h" #endif uint8_t volatile serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH] = {0}; -- cgit v1.2.3