Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Remove unnecessary include files, from Onno van d...



details:   https://anonhg.NetBSD.org/src/rev/44920a6269f4
branches:  trunk
changeset: 512267:44920a6269f4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 08 17:52:02 2001 +0000

description:
Remove unnecessary include files, from Onno van der Linden.

diffstat:

 sys/dev/ic/depca.c   |  4 +---
 sys/dev/ic/dl10019.c |  4 +---
 sys/dev/ic/rtl80x9.c |  4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 448e5a4c22d9 -r 44920a6269f4 sys/dev/ic/depca.c
--- a/sys/dev/ic/depca.c        Sun Jul 08 17:41:14 2001 +0000
+++ b/sys/dev/ic/depca.c        Sun Jul 08 17:52:02 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: depca.c,v 1.2 2001/06/12 22:32:50 thorpej Exp $        */
+/*     $NetBSD: depca.c,v 1.3 2001/07/08 17:52:02 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -75,8 +75,6 @@
  *     @(#)if_le.c     8.2 (Berkeley) 11/16/93
  */
 
-#include "bpfilter.h"
-
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>
diff -r 448e5a4c22d9 -r 44920a6269f4 sys/dev/ic/dl10019.c
--- a/sys/dev/ic/dl10019.c      Sun Jul 08 17:41:14 2001 +0000
+++ b/sys/dev/ic/dl10019.c      Sun Jul 08 17:52:02 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dl10019.c,v 1.4 2001/07/05 05:36:02 thorpej Exp $      */
+/*     $NetBSD: dl10019.c,v 1.5 2001/07/08 17:52:02 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,8 +36,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "bpfilter.h"
-
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>
diff -r 448e5a4c22d9 -r 44920a6269f4 sys/dev/ic/rtl80x9.c
--- a/sys/dev/ic/rtl80x9.c      Sun Jul 08 17:41:14 2001 +0000
+++ b/sys/dev/ic/rtl80x9.c      Sun Jul 08 17:52:02 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtl80x9.c,v 1.6 2001/06/12 22:32:50 thorpej Exp $      */
+/*     $NetBSD: rtl80x9.c,v 1.7 2001/07/08 17:52:02 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,8 +37,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "bpfilter.h"
-
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>



Home | Main Index | Thread Index | Old Index