Rearrange some #includes.

This commit is contained in:
mycroft 1994-02-10 14:55:29 +00:00
parent 20f96b580e
commit d2c5a70266
3 changed files with 6 additions and 6 deletions

View File

@ -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 <sys/mman.h>
#include <hp300/dev/device.h>
#include <hp300/dev/grfvar.h>
#include <hp300/dev/grfioctl.h>
#include <hp300/dev/grfvar.h>
#include <machine/cpu.h>

View File

@ -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 <sys/param.h>
@ -53,8 +53,8 @@
#include <sys/kernel.h>
#include <hp300/dev/hilreg.h>
#include <hp300/dev/hilvar.h>
#include <hp300/dev/hilioctl.h>
#include <hp300/dev/hilvar.h>
#include <hp300/dev/kbdmap.h>
#include <machine/cpu.h>

View File

@ -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 <sys/systm.h>
#include <sys/malloc.h>
#include <hp300/dev/grfvar.h>
#include <hp300/dev/grfioctl.h>
#include <hp300/dev/grfvar.h>
#include <hp300/dev/itevar.h>
#include <hp300/dev/iteioctl.h>
#include <hp300/dev/kbdmap.h>