Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c (#8432)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Mon, 16 Mar 2020 09:26:32 +0000 (18:26 +0900)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 09:26:32 +0000 (10:26 +0100)
commit9dfebb9d67a211db3ded762b60ee868299dd406e
treeee294ae3d187fc27e1ef26e868fb2408e3afe36d
parent2a31fbf9a6970ed425c2331f25fb7f92648ffcf1
Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c (#8432)

* Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c

 * tmk_core/protocol/chibios/main.c
 * tmk_core/protocol/lufa/lufa.c

see #8380 for tmk_core/protocol/vusb/main.c.

* Remove '#include "rgblight.h"' from tmk_core/protocol/vusb/main.c.
tmk_core/protocol/chibios/main.c
tmk_core/protocol/lufa/lufa.c
tmk_core/protocol/vusb/main.c