diff options
author | 2005-06-09 03:14:43 +0000 | |
---|---|---|
committer | 2005-06-09 03:14:43 +0000 | |
commit | 281c2b0f78e0832bbe1fde95ed5de5a7a347a3b6 (patch) | |
tree | 0ef5ca14ae35884d9da1f1b1d46a1ca8a31e8a7f | |
parent | - add documentation for remaining vnode operations (diff) | |
download | wireguard-openbsd-281c2b0f78e0832bbe1fde95ed5de5a7a347a3b6.tar.xz wireguard-openbsd-281c2b0f78e0832bbe1fde95ed5de5a7a347a3b6.zip |
don't need vlan.h here
-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> |