From 2bc27032c2d9fee963670601c8e3078399bec339 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 28 Aug 1996 18:54:26 +0000 Subject: [PATCH] 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. --- sys/dev/ed/if_ed_pci.c | 9 ++------- sys/pci/if_ed_p.c | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index eb0391a8ec9..05382d892a0 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -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 +#include "pci.h" #if NPCI > 0 #include @@ -29,11 +29,6 @@ #include #include #include -#ifdef PC98 -#include -#else -#include -#endif #include diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c index eb0391a8ec9..05382d892a0 100644 --- a/sys/pci/if_ed_p.c +++ b/sys/pci/if_ed_p.c @@ -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 +#include "pci.h" #if NPCI > 0 #include @@ -29,11 +29,6 @@ #include #include #include -#ifdef PC98 -#include -#else -#include -#endif #include