aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r--tmk_core/common/command.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c
index ee3188646..3cfcba305 100644
--- a/tmk_core/common/command.c
+++ b/tmk_core/common/command.c
@@ -43,10 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
43# include "mousekey.h" 43# include "mousekey.h"
44#endif 44#endif
45 45
46#ifdef PROTOCOL_VUSB
47# include "usbdrv.h"
48#endif
49
50#ifdef AUDIO_ENABLE 46#ifdef AUDIO_ENABLE
51# include "audio.h" 47# include "audio.h"
52#endif /* AUDIO_ENABLE */ 48#endif /* AUDIO_ENABLE */