diff options
Diffstat (limited to 'src/include/ch.h')
-rw-r--r-- | src/include/ch.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index dcb486626..52d3dd772 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -27,9 +27,6 @@ #define _CHIBIOS_RT_
-struct Thread;
-
-#ifndef __DOXIGEN__
#ifndef _CHCONF_H_
#include <chconf.h>
#endif
@@ -38,19 +35,18 @@ struct Thread; #include <chtypes.h>
#endif
+#ifndef _LISTS_H_
+#include "lists.h"
+#endif
+
#ifndef _CHCORE_H_
#include <chcore.h>
#endif
-#endif /* __DOXIGEN__ */
-#ifndef _LISTS_H_
+#ifndef _DELTA_H_
#include "delta.h"
#endif
-#ifndef _LISTS_H_
-#include "lists.h"
-#endif
-
#ifndef _SCHEDULER_H_
#include "scheduler.h"
#endif
|