forked from mfulz_github/qmk_firmware
Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for some user projects.
This commit is contained in:
parent
5f51554a5e
commit
f580232392
|
@ -54,10 +54,6 @@
|
|||
#include "USBMode.h"
|
||||
#include "Events.h"
|
||||
|
||||
#if defined(USB_CAN_BE_DEVICE)
|
||||
#include "Device.h"
|
||||
#endif
|
||||
|
||||
/* Enable C linkage for C++ Compilers: */
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue