summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_aes.c')
-rw-r--r--sys/geom/geom_aes.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c
index 6862e98..b79231d 100644
--- a/sys/geom/geom_aes.c
+++ b/sys/geom/geom_aes.c
@@ -41,13 +41,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>
@@ -56,7 +49,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