diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 13:57:19 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 13:57:19 +0000 |
commit | 53ce36d17add97d7e66be601ebcd91319735bb1e (patch) | |
tree | e7da8111629d36950b478b45a044bee9544eea55 /sys/dev/random | |
parent | b8a4b6cd44d993e1ab8a9af3ca3b5aee4a22941a (diff) | |
download | src-53ce36d17add97d7e66be601ebcd91319735bb1e.tar.gz src-53ce36d17add97d7e66be601ebcd91319735bb1e.zip |
Remove unneeded #include <sys/proc.h> lines.
Notes
Notes:
svn path=/head/; revision=67882
Diffstat (limited to 'sys/dev/random')
-rw-r--r-- | sys/dev/random/yarrow.c | 1 |
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> |