From be3259b793a1fe4f42c20707e187371dd917a18f Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 22 Sep 2021 02:21:10 +1000 Subject: [PATCH] Remove outputselect.h include from BIOI code (#14543) --- keyboards/bioi/ble.c | 1 - keyboards/bioi/main.c | 1 - 2 files changed, 2 deletions(-) diff --git a/keyboards/bioi/ble.c b/keyboards/bioi/ble.c index 6d1c24c3a15e08c9a21eed29f16609d262787bb7..d941f7c43de40e0747a8e25a82c4a9bc4af490de 100644 --- a/keyboards/bioi/ble.c +++ b/keyboards/bioi/ble.c @@ -31,7 +31,6 @@ along with this program. If not, see . #include "lufa.h" #include "quantum.h" #include -#include "outputselect.h" #include "print.h" diff --git a/keyboards/bioi/main.c b/keyboards/bioi/main.c index 14f0f8de7ae2be342b53cb436e0f2b6a4ccf05c2..7c8922c0a05ce270068a747898346b52fced5004 100644 --- a/keyboards/bioi/main.c +++ b/keyboards/bioi/main.c @@ -33,7 +33,6 @@ along with this program. If not, see . #include "lufa.h" #include "quantum.h" #include -#include "outputselect.h" #ifdef NKRO_ENABLE #include "keycode_config.h"