diff options
Diffstat (limited to 'sys/dev/pci/if_txp.c')
-rw-r--r-- | sys/dev/pci/if_txp.c | 3 |
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 |