summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_jme.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-09-08 05:36:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-09-08 05:36:54 +0000
commitd57c7d7b30add2ecd463f68aef3651ef7bca7eb7 (patch)
tree57cbf3ade2a9c95a25842cb657179cb4f8c78a82 /sys/dev/pci/if_jme.c
parent52b7fef1a1e427e7790b90eb2733372c2c8575ba (diff)
If you use sys/param.h, you don't need sys/types.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 f4db392702a..0802298e04d 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.49 2017/01/22 10:17:38 dlg Exp $ */
+/* $OpenBSD: if_jme.c,v 1.50 2017/09/08 05:36:52 deraadt Exp $ */
/*-
* Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org>
* All rights reserved.
@@ -35,7 +35,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>