diff options
Diffstat (limited to 'sys/geom/geom_io.c')
-rw-r--r-- | sys/geom/geom_io.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index b99ee4d..e325ecd 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -37,19 +37,10 @@ #include <sys/param.h> -#ifndef _KERNEL -#include <stdio.h> -#include <string.h> -#include <stdlib.h> -#include <signal.h> -#include <err.h> -#include <sched.h> -#else #include <sys/systm.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/bio.h> -#endif #include <sys/errno.h> #include <geom/geom.h> |