From 59b7f2afcdb6a408626c782867ec3639a4a37701 Mon Sep 17 00:00:00 2001 From: John Hay Date: Tue, 30 Jan 2001 10:01:15 +0000 Subject: [PATCH] Update include files to reflect the new location of the ar device. --- sys/dev/ar/if_ar.c | 6 +++--- sys/dev/ar/if_ar_pci.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index e610972467d..85c8a2fa6a2 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -70,7 +70,7 @@ #include #include #include -#include +#include #else /* NETGRAPH */ #include #include @@ -78,8 +78,8 @@ #include -#include -#include +#include +#include #ifdef TRACE #define TRC(x) x diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c index ad2bfa0bc0e..d14b416ef4f 100644 --- a/sys/dev/ar/if_ar_pci.c +++ b/sys/dev/ar/if_ar_pci.c @@ -43,8 +43,8 @@ #include #include -#include -#include +#include +#include #ifdef TRACE #define TRC(x) x