From 5386c4c7b293ae6473df3a81e40a072a42b085ad Mon Sep 17 00:00:00 2001 From: Albert Y <76888457+filterpaper@users.noreply.github.com> Date: Fri, 28 May 2021 12:27:16 +0800 Subject: [PATCH] [Keyboard] Remove redundant legacy and common headers for crkbd (#13023) Was causing compiler errors on some systems. Co-authored-by: filterpaper --- keyboards/crkbd/rev1/rev1.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/keyboards/crkbd/rev1/rev1.h b/keyboards/crkbd/rev1/rev1.h index f7a0af3b2..126c4b899 100644 --- a/keyboards/crkbd/rev1/rev1.h +++ b/keyboards/crkbd/rev1/rev1.h @@ -19,12 +19,6 @@ along with this program. If not, see . #pragma once #include "crkbd.h" -#if defined(KEYBOARD_crkbd_rev1_legacy) -# include "legacy.h" -#elif defined(KEYBOARD_crkbd_rev1_common) -# include "common.h" -#endif - #include "quantum.h" // clang-format off