Ensure the library builds cleanly in device mode for architectures lacking multiple...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / HIDParser.h
index cd32093..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:
 #define __HIDPARSER_H__
 
        /* Includes: */
-               #include <string.h>
-               #include <stdbool.h>
+               #include "../../../../Common/Common.h"
 
                #include "HIDReportData.h"
                #include "../Common/HID.h"
-
-               #include "../../../../Common/Common.h"
-
+               
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)
                        extern "C" {