summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-12-06 23:20:18 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-12-06 23:20:18 +0000
commit401802401023e7f8ab7674e391b5d8788090b9b4 (patch)
treef7e25eb9547b4970f34ece52b40d27009f690c9d /sys/dev/pci
parenta48238efdc5591622c132873a5694e5fc39fe5ac (diff)
A few last 'easy' #include dedups.
ok tedu@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_txp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c
index 37fcde407e1..2799380115a 100644
--- a/sys/dev/pci/if_txp.c
+++ b/sys/dev/pci/if_txp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_txp.c,v 1.111 2014/07/22 13:12:11 mpi Exp $ */
+/* $OpenBSD: if_txp.c,v 1.112 2014/12/06 23:20:17 krw Exp $ */
/*
* Copyright (c) 2001
@@ -60,7 +60,6 @@
#endif
#if NVLAN > 0
-#include <net/if_types.h>
#include <net/if_vlan_var.h>
#endif