1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Use "" instead of <> for a header in the current directory.

Don't #include an unused header from i386/isa.  Headers from there
shouldn't be included in "isa-independent" files anyway.
This commit is contained in:
Bruce Evans 1996-08-28 18:54:26 +00:00
parent 14c0cc3d51
commit 2bc27032c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17877
2 changed files with 4 additions and 14 deletions

View File

@ -17,10 +17,10 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
* $Id: if_ed_p.c,v 1.2 1996/06/11 00:51:49 alex Exp $
* $Id: if_ed_p.c,v 1.3 1996/06/14 11:02:07 asami Exp $
*/
#include <pci.h>
#include "pci.h"
#if NPCI > 0
#include <sys/param.h>
@ -29,11 +29,6 @@
#include <sys/kernel.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
#ifdef PC98
#include <pc98/pc98/pc98_device.h>
#else
#include <i386/isa/isa_device.h>
#endif
#include <ed.h>

View File

@ -17,10 +17,10 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
* $Id: if_ed_p.c,v 1.2 1996/06/11 00:51:49 alex Exp $
* $Id: if_ed_p.c,v 1.3 1996/06/14 11:02:07 asami Exp $
*/
#include <pci.h>
#include "pci.h"
#if NPCI > 0
#include <sys/param.h>
@ -29,11 +29,6 @@
#include <sys/kernel.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
#ifdef PC98
#include <pc98/pc98/pc98_device.h>
#else
#include <i386/isa/isa_device.h>
#endif
#include <ed.h>