summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_jme.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_jme.c
parenta080a794a7ed95b64d6483957d845c4dc36ed419 (diff)
No need to include <net/if_types.h> for <net/if_vlan_var.h>
Diffstat (limited to 'sys/dev/pci/if_jme.c')
-rw-r--r--sys/dev/pci/if_jme.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_jme.c b/sys/dev/pci/if_jme.c
index 0aaf651e77d..2675a1c4e9d 100644
--- a/sys/dev/pci/if_jme.c
+++ b/sys/dev/pci/if_jme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_jme.c,v 1.43 2015/11/09 00:29:06 dlg Exp $ */
+/* $OpenBSD: if_jme.c,v 1.44 2015/11/24 12:32:53 mpi Exp $ */
/*-
* Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org>
* All rights reserved.
@@ -53,7 +53,6 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
-#include <net/if_types.h>
#include <net/if_vlan_var.h>
#if NBPFILTER > 0