Ensure the library builds cleanly in device mode for architectures lacking multiple...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / HIDParser.h
index 98544a0..c972665 100644 (file)
@@ -38,6 +38,7 @@
 
 /** \ingroup Group_USB
  *  \defgroup Group_HIDParser HID Report Parser
+ *  \brief USB Human Interface Device (HID) Class report descriptor parser.
  *
  *  \section Sec_Dependencies Module Source Dependencies
  *  The following files must be built with any user project that uses this module:
@@ -70,8 +71,6 @@
 
                #include "HIDReportData.h"
                #include "../Common/HID.h"
-
-               #include <string.h>
                
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)