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