aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/yarrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/yarrow.c')
-rw-r--r--sys/dev/random/yarrow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 004779eb77da..31201d2ce7b2 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -38,7 +38,6 @@
#include <sys/libkern.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
-#include <sys/proc.h>
#include <sys/select.h>
#include <sys/random.h>
#include <sys/time.h>