diff options
author | 2006-05-27 20:40:34 +0000 | |
---|---|---|
committer | 2006-05-27 20:40:34 +0000 | |
commit | aa47500a4e6adf13e275933149e29a698a0e55f4 (patch) | |
tree | 94d5518396e7f4a13d5e3ab098a9c2d2db5aa39e | |
parent | Nuke defopt remains. Tested on cats and zaurus. (diff) | |
download | wireguard-openbsd-aa47500a4e6adf13e275933149e29a698a0e55f4.tar.xz wireguard-openbsd-aa47500a4e6adf13e275933149e29a698a0e55f4.zip |
garbage collect vlan.h
-rw-r--r-- | sys/dev/ic/xl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index fa923644f2b..d2722030d83 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.73 2006/05/22 20:35:12 krw Exp $ */ +/* $OpenBSD: xl.c,v 1.74 2006/05/27 20:40:34 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -101,7 +101,6 @@ */ #include "bpfilter.h" -#include "vlan.h" #include <sys/param.h> #include <sys/systm.h> |