aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-07-07 12:38:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-07-07 12:38:56 +0000
commit71a1820c4a0be292590ed63c284539a68cd22fbb (patch)
treeeed822bef537ffe726f0440185ebe82410a3233a /src
parent17238a46dfda97b64b3f3f35eb85cfdd37db2f92 (diff)
downloadChibiOS-71a1820c4a0be292590ed63c284539a68cd22fbb.tar.gz
ChibiOS-71a1820c4a0be292590ed63c284539a68cd22fbb.tar.bz2
ChibiOS-71a1820c4a0be292590ed63c284539a68cd22fbb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@338 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r--src/include/ch.h47
1 files changed, 0 insertions, 47 deletions
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 <chconf.h>
-#endif
-
-#ifndef _CHTYPES_H_
#include <chtypes.h>
-#endif
-
-#ifndef _LISTS_H_
#include "lists.h"
-#endif
-
-#ifndef _CHCORE_H_
#include <chcore.h>
-#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.