General cleanup and more port work to the AVR32 UC3B.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / HID.h
index fd35905..f9684ed 100644 (file)
 #define _HID_CLASS_COMMON_H_
 
        /* Includes: */
-               #include "../../HighLevel/StdDescriptors.h"
+               #include "../../Core/StdDescriptors.h"
                #include "HIDParser.h"
 
-               #include <string.h>
-
        /* Preprocessor Checks: */
                #if !defined(__INCLUDE_FROM_HID_DRIVER)
                        #error Do not include this file directly. Include LUFA/Drivers/USB.h instead.