diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-05 09:24:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-05 09:24:00 +0000 |
| commit | 33a0a551d439227028f2280faebe76b81c857cca (patch) | |
| tree | 971d2ede2f0ca1100f7d0f65317c5469f846f548 | |
| parent | e4961fbf07532ac66ec1c8f88fa71c308a49d2a4 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/mem.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/trap.c | 1 | ||||
| -rw-r--r-- | sys/alpha/osf1/osf1_mount.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/alpha/alpha/mem.c b/sys/alpha/alpha/mem.c index a8920cef7aa2..fc7e5e124697 100644 --- a/sys/alpha/alpha/mem.c +++ b/sys/alpha/alpha/mem.c @@ -49,7 +49,6 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> -#include <sys/buf.h> #include <sys/conf.h> #include <sys/uio.h> #include <sys/malloc.h> diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c index 81fd6517d2ef..40e33dd6dce6 100644 --- a/sys/alpha/alpha/trap.c +++ b/sys/alpha/alpha/trap.c @@ -42,7 +42,6 @@ #include <sys/exec.h> #include <sys/lock.h> #include <sys/vmmeter.h> -#include <sys/buf.h> #include <sys/sysent.h> #include <sys/syscall.h> #include <sys/pioctl.h> diff --git a/sys/alpha/osf1/osf1_mount.c b/sys/alpha/osf1/osf1_mount.c index 6a1e4d29d4f0..867db38edfee 100644 --- a/sys/alpha/osf1/osf1_mount.c +++ b/sys/alpha/osf1/osf1_mount.c @@ -45,7 +45,6 @@ #include <sys/malloc.h> #include <sys/mount.h> #include <sys/proc.h> -#include <sys/buf.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/socketvar.h> |
