summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-31 01:29:09 +0000
committerpeter <peter@FreeBSD.org>2003-07-31 01:29:09 +0000
commit19f0a8f822a4fc1d098faf83c461c9105441a7a7 (patch)
tree8d5bb90d54c25ac8ba3cfe761cbbefdce7ff83b0
parent827caad7ba87085d3c8cd4c387ef88730114b498 (diff)
downloadFreeBSD-src-19f0a8f822a4fc1d098faf83c461c9105441a7a7.zip
FreeBSD-src-19f0a8f822a4fc1d098faf83c461c9105441a7a7.tar.gz
Cosmetic: fix some disorder of #include "opt_...." files
-rw-r--r--sys/ia64/ia64/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 177d329..fb240f5 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -26,10 +26,11 @@
* $FreeBSD$
*/
+#include "opt_acpi.h"
#include "opt_compat.h"
#include "opt_ddb.h"
+#include "opt_kstack_pages.h"
#include "opt_msgbuf.h"
-#include "opt_acpi.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud