From e371e259408afe8488acbc8c9eed71b6a477d721 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 15 Mar 2016 16:45:53 +0000 Subject: Ethernet drivers no longer need to include if_vlan_var.h for the VLAN definitions; ok mpi@ --- sys/dev/pci/if_alc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/pci/if_alc.c') diff --git a/sys/dev/pci/if_alc.c b/sys/dev/pci/if_alc.c index c7452555726..f4bdbd2364e 100644 --- a/sys/dev/pci/if_alc.c +++ b/sys/dev/pci/if_alc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_alc.c,v 1.37 2015/11/25 03:09:59 dlg Exp $ */ +/* $OpenBSD: if_alc.c,v 1.38 2016/03/15 16:45:52 naddy Exp $ */ /*- * Copyright (c) 2009, Pyun YongHyeon * All rights reserved. @@ -52,8 +52,6 @@ #include #include -#include - #if NBPFILTER > 0 #include #endif -- cgit v1.2.3