X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/0c728c8de88d86247d2a75348e71f5af37838c28..d64e55f23b1e865c51ab27c034c4698267f05e76:/include/common.h diff --git a/include/common.h b/include/common.h index 10c4417..dea638a 100644 --- a/include/common.h +++ b/include/common.h @@ -1,12 +1,15 @@ /* * (C) Copyright 2014 Leo C. * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0 */ #ifndef COMMON_H #define COMMON_H +#include +#include + #ifdef __AVR__ #include #include @@ -36,8 +39,6 @@ struct bits { // TODO: stm32 #endif /* __AVR__ */ -#include - #ifdef __FLASH #define FLASH __flash #define MEMX __memx