From a79f8552fb512b6bae7648603708b4fd57e8784c Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 16 Jul 2002 14:39:52 +0000 Subject: [PATCH] Change include order. --- sys/boot/pc98/boot2/boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/boot2/boot.h b/sys/boot/pc98/boot2/boot.h index dbd90e40eed..2beba6a7ce5 100644 --- a/sys/boot/pc98/boot2/boot.h +++ b/sys/boot/pc98/boot2/boot.h @@ -31,9 +31,9 @@ #include #include -#include #include #include +#include #define RB_DUAL 0x40000 /* XXX */ #define RB_PROBEKBD 0x80000 /* XXX */ -- 2.45.2