From b3359f39156928bbc2dd179763eba3af38d9d8b2 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Fri, 6 Mar 2020 21:19:45 +1100 Subject: [PATCH] Command does not even need this header, in fact --- tmk_core/common/command.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c index af9c3228280f..7b828d245bc6 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c @@ -43,10 +43,6 @@ along with this program. If not, see . # include "mousekey.h" #endif -#ifdef PROTOCOL_VUSB -# include -#endif - #ifdef AUDIO_ENABLE # include "audio.h" #endif /* AUDIO_ENABLE */