diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2005-02-04 06:58:09 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2005-02-04 06:58:09 +0000 |
| commit | a287c0ffaf1639389408eff775f33dd479f4fa01 (patch) | |
| tree | b29f32a7334fe37dfbef243ef413582b8eea2a82 /sys/alpha | |
| parent | 6fb59928a69e634f728c1bda9867e94957062bee (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index ebf971f71e5d..1e16802291f1 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -98,6 +98,9 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> +#include <sys/bio.h> +#include <sys/buf.h> +#include <sys/bus.h> #include <sys/cpu.h> #include <sys/eventhandler.h> #include <sys/imgact.h> @@ -112,9 +115,6 @@ __FBSDID("$FreeBSD$"); #include <sys/pcpu.h> #include <sys/malloc.h> #include <sys/reboot.h> -#include <sys/bio.h> -#include <sys/buf.h> -#include <sys/bus.h> #include <sys/cons.h> #include <sys/mbuf.h> #include <sys/vmmeter.h> |
