diff options
Diffstat (limited to 'sys/dev/pv/virtiovar.h')
-rw-r--r-- | sys/dev/pv/virtiovar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pv/virtiovar.h b/sys/dev/pv/virtiovar.h index 4b1f71c7e37..0c7f2e482ca 100644 --- a/sys/dev/pv/virtiovar.h +++ b/sys/dev/pv/virtiovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: virtiovar.h,v 1.6 2017/06/03 08:50:38 sf Exp $ */ +/* $OpenBSD: virtiovar.h,v 1.7 2017/09/08 05:36:52 deraadt Exp $ */ /* $NetBSD: virtiovar.h,v 1.1 2011/10/30 12:12:21 hannken Exp $ */ /* @@ -67,9 +67,8 @@ #ifndef _DEV_PCI_VIRTIOVAR_H_ #define _DEV_PCI_VIRTIOVAR_H_ -#include <sys/types.h> -#include <sys/queue.h> #include <sys/param.h> +#include <sys/queue.h> #include <sys/device.h> #include <sys/mutex.h> #include <machine/bus.h> |