aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-09-21 06:23:16 +0000
committerMark Murray <markm@FreeBSD.org>2000-09-21 06:23:16 +0000
commit4a8612fd41ecde5ed5d1be985c14bf813536c484 (patch)
tree7909c3f8cc5ac738f0e8401ae8514f51d1100679 /sys/dev/random/randomdev.c
parentf36feb85d48e734788971f2bfe454bb51947697d (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.c')
-rw-r--r--sys/dev/random/randomdev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
index dfb1e6e67faf..d6796ef5b187 100644
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/randomdev.c
@@ -40,8 +40,6 @@
#include <sys/random.h>
#include <machine/bus.h>
#include <machine/resource.h>
-#include <sys/rman.h>
-#include <sys/signalvar.h>
#include <sys/sysctl.h>
#include <crypto/blowfish/blowfish.h>