summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_mirror.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_mirror.c')
-rw-r--r--sys/geom/geom_mirror.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/geom/geom_mirror.c b/sys/geom/geom_mirror.c
index 0e72b1e..7e1b4e7 100644
--- a/sys/geom/geom_mirror.c
+++ b/sys/geom/geom_mirror.c
@@ -31,13 +31,6 @@
*/
#include <sys/param.h>
-#ifndef _KERNEL
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <signal.h>
-#include <err.h>
-#else
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
@@ -46,7 +39,6 @@
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/libkern.h>
-#endif
#include <sys/endian.h>
#include <sys/md5.h>
#include <sys/errno.h>
OpenPOWER on IntegriCloud