From 32b80354675e2fc4bfb4856d47e0d0b4fd31fb0b Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 6 Feb 2005 13:31:22 +0000 Subject: [PATCH] Sort includes and remove duplicate include. --- sys/pc98/i386/machdep.c | 17 ++++++++--------- sys/pc98/pc98/machdep.c | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index e917a49ea71f..416974326e44 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -74,7 +74,6 @@ #include #include #include -#include #include #include #include @@ -87,9 +86,9 @@ #include #include #include -#include #include #include +#include #include #include @@ -101,6 +100,13 @@ #include #endif +#ifdef PC98 +#include +#include +#else +#include +#endif + #include #include @@ -129,13 +135,6 @@ #include #endif -#ifdef PC98 -#include -#include -#else -#include -#endif - /* Sanity check for __curthread() */ CTASSERT(offsetof(struct pcpu, pc_curthread) == 0); diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index e917a49ea71f..416974326e44 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -74,7 +74,6 @@ #include #include #include -#include #include #include #include @@ -87,9 +86,9 @@ #include #include #include -#include #include #include +#include #include #include @@ -101,6 +100,13 @@ #include #endif +#ifdef PC98 +#include +#include +#else +#include +#endif + #include #include @@ -129,13 +135,6 @@ #include #endif -#ifdef PC98 -#include -#include -#else -#include -#endif - /* Sanity check for __curthread() */ CTASSERT(offsetof(struct pcpu, pc_curthread) == 0);