Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg...
[pub/USBasp.git] / LUFA / Common / Common.h
index a948504..4d08e78 100644 (file)
                        #include "LUFAConfig.h"
                #endif
 
+               #include "Architectures.h"
+               #include "BoardTypes.h"
                #include "ArchitectureSpecific.h"
                #include "CompilerSpecific.h"
-               #include "Architectures.h"
                #include "Attributes.h"
-               #include "BoardTypes.h"
                
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)