diff --git a/include/rtdebug.h b/include/rtdebug.h index 6ef04f6bf957fa133a77f7383aee513581f38270..2d93e88b94958c7f2c0b38e78f796104f3a5dade 100644 --- a/include/rtdebug.h +++ b/include/rtdebug.h @@ -21,8 +21,6 @@ #ifndef __RTDEBUG_H__ #define __RTDEBUG_H__ -#include - /* Using this macro to control all kernel debug features. */ #ifdef RT_DEBUG @@ -64,7 +62,7 @@ #endif #ifndef RT_DEBUG_INIT -#define RT_DEBUG_INIT 0 +#define RT_DEBUG_INIT 0 #endif /* Turn on this to enable context check */ diff --git a/include/rtdef.h b/include/rtdef.h index 3c91ae7d8de2d32f75b16bc898c25a98cfea8882..7cd35c7f8cdda4d7b5f20388968fc0d8219c0c1f 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -34,8 +34,6 @@ #ifndef __RT_DEF_H__ #define __RT_DEF_H__ -#include - #ifdef __cplusplus extern "C" { #endif diff --git a/include/rtthread.h b/include/rtthread.h index 7704abf208e5220b57dc74972bee1712fb68e8b4..f53c7b95b87df973d5264fc0908e67c7c6188ffd 100644 --- a/include/rtthread.h +++ b/include/rtthread.h @@ -31,8 +31,9 @@ #ifndef __RT_THREAD_H__ #define __RT_THREAD_H__ -#include +#include #include +#include #include #include