Initial restructuring of the core USB driver module to support multiple architectures...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / HIDParser.h
index cd32093..98544a0 100644 (file)
 #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"
-
+               #include <string.h>
+               
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)
                        extern "C" {