diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-12-31 22:39:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-12-31 22:39:12 +0000 |
commit | 7378dff946052c5068e73d54494517993d6cc567 (patch) | |
tree | b0d759775e047c320b722b13772f01d49f29e831 /sys | |
parent | fb256fef35126386a2ebf51430755db73021f39c (diff) |
delete includes we do not need
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/rnd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c index 2354794ab4f..1ddb68ba781 100644 --- a/sys/dev/rnd.c +++ b/sys/dev/rnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rnd.c,v 1.116 2010/12/31 22:38:07 deraadt Exp $ */ +/* $OpenBSD: rnd.c,v 1.117 2010/12/31 22:39:11 deraadt Exp $ */ /* * rnd.c -- A strong random number generator @@ -163,7 +163,6 @@ */ #include <sys/param.h> -#include <sys/endian.h> #include <sys/systm.h> #include <sys/conf.h> #include <sys/disk.h> @@ -172,7 +171,6 @@ #include <sys/ioctl.h> #include <sys/malloc.h> #include <sys/fcntl.h> -#include <sys/vnode.h> #include <sys/timeout.h> #include <sys/mutex.h> #include <sys/msgbuf.h> |