Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / StdDescriptors.h
index e3d9255..852a5d7 100644 (file)
                #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" {