summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-06-12 22:05:53 +0000
committerthorpej <thorpej@NetBSD.org>2001-06-12 22:05:53 +0000
commite103dbb4b08644488c06d9bedfb5c5deb7b3ee82 (patch)
treebb61bea0fc1e6091d529f14d6848aefe8967b428 /sys/dev
parent02293e0ea7d69ab141f34ad698dc53dd626e1bcf (diff)
Don't need NS-related headers here.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_an_pci.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/if_an_pci.c b/sys/dev/pci/if_an_pci.c
index 8b86ebbf2d4..5b5d2deeca9 100644
--- a/sys/dev/pci/if_an_pci.c
+++ b/sys/dev/pci/if_an_pci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_an_pci.c,v 1.2 2000/12/28 22:59:12 sommerfeld Exp $ */
+/* $NetBSD: if_an_pci.c,v 1.3 2001/06/12 22:05:53 thorpej Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -77,11 +77,6 @@
#include <netinet/if_inarp.h>
#endif
-#ifdef NS
-#include <netns/ns.h>
-#include <netns/ns_if.h>
-#endif
-
#include <machine/bus.h>
#include <machine/intr.h>