diff options
Diffstat (limited to 'LUFA/Common/Common.h')
-rw-r--r-- | LUFA/Common/Common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index a94850497..4d08e783d 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -65,11 +65,11 @@ #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) |