diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/pipe.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index 76b6d37..de86d30 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -25,10 +25,7 @@ #define _SYS_PIPE_H_ #ifndef _KERNEL -#include <sys/time.h> /* for struct timespec */ -#include <sys/selinfo.h> /* for struct selinfo */ -#include <vm/vm.h> /* for vm_page_t */ -#include <machine/param.h> /* for PAGE_SIZE */ +#error "no user-servicable parts inside" #endif /* |