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 -#include - -/* Type set from the C standard */ -#include -#include -#include -#include -#include -#include -#include - -/* Ensure that we are RTEMS compatible and can use RTEMS */ -#include -#include -#include -#include - -/* Ensure that we can use POSIX threads */ -#include - /* Networking */ #define IPSEC 1 #define INET 1