diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-06-09 03:14:44 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-06-09 03:14:44 +0000 |
commit | 33aed9ec274960cc95d359efcea91122c51078ce (patch) | |
tree | 4d3dc2a8df008527ddc59eb716b2c061a9f56518 /sys/dev/ic | |
parent | 034130648a510d30afac1b7bf07af02b6f9ebfd5 (diff) |
don't need vlan.h here
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/rtl81x9.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index 1fc87aa59a2..81b3a5e4d0d 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.39 2005/03/04 19:30:43 brad Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.40 2005/06/09 03:14:43 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -84,7 +84,6 @@ */ #include "bpfilter.h" -#include "vlan.h" #include <sys/param.h> #include <sys/systm.h> |