From d2c5a702666dd5700051d07cbe3ace680b65391a Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 10 Feb 1994 14:55:29 +0000 Subject: [PATCH] Rearrange some #includes. --- sys/arch/hp300/dev/grf.c | 4 ++-- sys/arch/hp300/dev/hil.c | 4 ++-- sys/arch/hp300/dev/ite.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c index 004d403b9f81..7c75f9fa7e0d 100644 --- a/sys/arch/hp300/dev/grf.c +++ b/sys/arch/hp300/dev/grf.c @@ -37,7 +37,7 @@ * * from: Utah Hdr: grf.c 1.31 91/01/21 * from: @(#)grf.c 7.8 (Berkeley) 5/7/91 - * $Id: grf.c,v 1.5 1994/02/10 13:59:32 mycroft Exp $ + * $Id: grf.c,v 1.6 1994/02/10 14:55:29 mycroft Exp $ */ /* @@ -58,8 +58,8 @@ #include #include -#include #include +#include #include diff --git a/sys/arch/hp300/dev/hil.c b/sys/arch/hp300/dev/hil.c index 1b16c62d5022..d7eb49fac1dd 100644 --- a/sys/arch/hp300/dev/hil.c +++ b/sys/arch/hp300/dev/hil.c @@ -37,7 +37,7 @@ * * from: Utah Hdr: hil.c 1.33 89/12/22 * from: @(#)hil.c 7.8.1.1 (Berkeley) 6/28/91 - * $Id: hil.c,v 1.9 1994/02/10 13:59:33 mycroft Exp $ + * $Id: hil.c,v 1.10 1994/02/10 14:57:57 mycroft Exp $ */ #include @@ -53,8 +53,8 @@ #include #include -#include #include +#include #include #include diff --git a/sys/arch/hp300/dev/ite.c b/sys/arch/hp300/dev/ite.c index a43602b4370a..67b93fc203ac 100644 --- a/sys/arch/hp300/dev/ite.c +++ b/sys/arch/hp300/dev/ite.c @@ -37,7 +37,7 @@ * * from: Utah Hdr: ite.c 1.1 90/07/09 * from: @(#)ite.c 7.6 (Berkeley) 5/16/91 - * $Id: ite.c,v 1.18 1994/02/10 13:59:35 mycroft Exp $ + * $Id: ite.c,v 1.19 1994/02/10 14:55:31 mycroft Exp $ */ /* @@ -61,8 +61,8 @@ #include #include -#include #include +#include #include #include #include