summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vte.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_vte.c')
-rw-r--r--sys/dev/pci/if_vte.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_vte.c b/sys/dev/pci/if_vte.c
index 1e50364ef22..a02e59b9ccb 100644
--- a/sys/dev/pci/if_vte.c
+++ b/sys/dev/pci/if_vte.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vte.c,v 1.20 2017/07/19 07:02:52 claudio Exp $ */
+/* $OpenBSD: if_vte.c,v 1.21 2017/09/08 05:36:52 deraadt Exp $ */
/*-
* Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org>
* All rights reserved.
@@ -33,7 +33,6 @@
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/systm.h>
-#include <sys/types.h>
#include <sys/sockio.h>
#include <sys/mbuf.h>
#include <sys/queue.h>