summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vr.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-11-24 12:32:54 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-11-24 12:32:54 +0000
commite27694a6ad05b06fd2c9e527fd8115b1281d549a (patch)
tree34133ab1085edfcf27989b4d4a4b60955945576e /sys/dev/pci/if_vr.c
parenta080a794a7ed95b64d6483957d845c4dc36ed419 (diff)
No need to include <net/if_types.h> for <net/if_vlan_var.h>
Diffstat (limited to 'sys/dev/pci/if_vr.c')
-rw-r--r--sys/dev/pci/if_vr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c
index a8a71beb680..2bab8bd46fc 100644
--- a/sys/dev/pci/if_vr.c
+++ b/sys/dev/pci/if_vr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vr.c,v 1.145 2015/11/09 00:22:57 dlg Exp $ */
+/* $OpenBSD: if_vr.c,v 1.146 2015/11/24 12:32:53 mpi Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -80,7 +80,6 @@
#include <net/if_media.h>
#if NVLAN > 0
-#include <net/if_types.h>
#include <net/if_vlan_var.h>
#endif