aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/nexus.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 13:57:19 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 13:57:19 +0000
commit53ce36d17add97d7e66be601ebcd91319735bb1e (patch)
treee7da8111629d36950b478b45a044bee9544eea55 /sys/amd64/amd64/nexus.c
parentb8a4b6cd44d993e1ab8a9af3ca3b5aee4a22941a (diff)
downloadsrc-53ce36d17add97d7e66be601ebcd91319735bb1e.tar.gz
src-53ce36d17add97d7e66be601ebcd91319735bb1e.zip
Remove unneeded #include <sys/proc.h> lines.
Notes
Notes: svn path=/head/; revision=67882
Diffstat (limited to 'sys/amd64/amd64/nexus.c')
-rw-r--r--sys/amd64/amd64/nexus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c
index f0129414e4dc..0db9cc516ff7 100644
--- a/sys/amd64/amd64/nexus.c
+++ b/sys/amd64/amd64/nexus.c
@@ -68,7 +68,6 @@
#else
#include <i386/isa/isa.h>
#endif
-#include <sys/proc.h>
#include <i386/isa/icu.h>
#include <i386/isa/intr_machdep.h>
#include <sys/rtprio.h>