From 71a1820c4a0be292590ed63c284539a68cd22fbb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 7 Jul 2008 12:38:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@338 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/ch.h | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) (limited to 'src') diff --git a/src/include/ch.h b/src/include/ch.h index 2dd44e786..cafcf2f75 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -27,69 +27,22 @@ #define _CHIBIOS_RT_ -#ifndef _CHCONF_H_ #include -#endif - -#ifndef _CHTYPES_H_ #include -#endif - -#ifndef _LISTS_H_ #include "lists.h" -#endif - -#ifndef _CHCORE_H_ #include -#endif - -#ifndef _DELTA_H_ #include "delta.h" -#endif - -#ifndef _SCHEDULER_H_ #include "scheduler.h" -#endif - -#ifndef _SEMAPHORES_H_ #include "semaphores.h" -#endif - -#ifndef _MUTEXES_H_ #include "mutexes.h" -#endif - -#ifndef _EVENTS_H_ #include "events.h" -#endif - -#ifndef _MESSAGES_H_ #include "messages.h" -#endif - -#ifndef _THREADS_H_ #include "threads.h" -#endif - -#ifndef _INLINE_H_ #include "inline.h" -#endif - -#ifndef _SLEEP_H_ #include "sleep.h" -#endif - -#ifndef _QUEUES_H_ #include "queues.h" -#endif - -#ifndef _SERIAL_H_ #include "serial.h" -#endif - -#ifndef _DEBUG_H_ #include "debug.h" -#endif /* * Common values. -- cgit v1.2.3