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:
parent
14c0cc3d51
commit
2bc27032c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17877
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user