summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-config.h.in
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-24 11:50:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:51 +0100
commit2208c4036d82a37f55e9300d0998fb5584423718 (patch)
tree1d1c54cb0c3467bc583f49de826de7c42f425db3 /rtemsbsd/include/machine/rtems-bsd-config.h.in
parentDelete kern_proc.c and kern_resource.c (diff)
downloadrtems-libbsd-2208c4036d82a37f55e9300d0998fb5584423718.tar.bz2
Remove includes in <machine/rtems-bsd-config.h>
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-config.h.in')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-config.h.in23
1 files changed, 1 insertions, 22 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-config.h.in b/rtemsbsd/include/machine/rtems-bsd-config.h.in
index 61e2dd92..803e01d2 100644
--- a/rtemsbsd/include/machine/rtems-bsd-config.h.in
+++ b/rtemsbsd/include/machine/rtems-bsd-config.h.in
@@ -43,30 +43,9 @@
/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
#define __NEW_RTEMS_BSD__
-/* General defines to activate BSD kernel parts */
+/* General define to activate BSD kernel parts */
#define _KERNEL 1
-#include <sys/cdefs.h>
-#include <sys/types.h>
-
-/* Type set from the C standard */
-#include <stdarg.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <limits.h>
-#include <string.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-/* Ensure that we are RTEMS compatible and can use RTEMS */
-#include <rtems.h>
-#include <rtems/error.h>
-#include <rtems/chain.h>
-#include <rtems/libio.h>
-
-/* Ensure that we can use POSIX threads */
-#include <pthread.h>
-
/* Networking */
#define IPSEC 1
#define INET 1