diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-08 05:36:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-08 05:36:54 +0000 |
commit | d57c7d7b30add2ecd463f68aef3651ef7bca7eb7 (patch) | |
tree | 57cbf3ade2a9c95a25842cb657179cb4f8c78a82 /sys/arch/sgi | |
parent | 52b7fef1a1e427e7790b90eb2733372c2c8575ba (diff) |
If you use sys/param.h, you don't need sys/types.h
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/dev/impact.c | 3 | ||||
-rw-r--r-- | sys/arch/sgi/gio/impact_gio.c | 3 | ||||
-rw-r--r-- | sys/arch/sgi/stand/sgivol/sgivol.c | 3 | ||||
-rw-r--r-- | sys/arch/sgi/xbow/impact_xbow.c | 3 | ||||
-rw-r--r-- | sys/arch/sgi/xbow/odyssey.c | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/sys/arch/sgi/dev/impact.c b/sys/arch/sgi/dev/impact.c index dd589faa3bc..7c181e267e6 100644 --- a/sys/arch/sgi/dev/impact.c +++ b/sys/arch/sgi/dev/impact.c @@ -1,4 +1,4 @@ -/* $OpenBSD: impact.c,v 1.8 2015/09/08 10:21:50 deraadt Exp $ */ +/* $OpenBSD: impact.c,v 1.9 2017/09/08 05:36:52 deraadt Exp $ */ /* * Copyright (c) 2010, 2012 Miodrag Vallat. @@ -49,7 +49,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/types.h> #include <sys/malloc.h> #include <machine/bus.h> diff --git a/sys/arch/sgi/gio/impact_gio.c b/sys/arch/sgi/gio/impact_gio.c index dc050c08ab2..e964cef2ad7 100644 --- a/sys/arch/sgi/gio/impact_gio.c +++ b/sys/arch/sgi/gio/impact_gio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: impact_gio.c,v 1.6 2012/10/03 22:46:09 miod Exp $ */ +/* $OpenBSD: impact_gio.c,v 1.7 2017/09/08 05:36:52 deraadt Exp $ */ /* * Copyright (c) 2012 Miodrag Vallat. @@ -24,7 +24,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/types.h> #include <machine/autoconf.h> diff --git a/sys/arch/sgi/stand/sgivol/sgivol.c b/sys/arch/sgi/stand/sgivol/sgivol.c index b4b2993cc07..1066bf00eab 100644 --- a/sys/arch/sgi/stand/sgivol/sgivol.c +++ b/sys/arch/sgi/stand/sgivol/sgivol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgivol.c,v 1.23 2014/07/12 19:01:49 tedu Exp $ */ +/* $OpenBSD: sgivol.c,v 1.24 2017/09/08 05:36:52 deraadt Exp $ */ /* $NetBSD: sgivol.c,v 1.8 2003/11/08 04:59:00 sekiya Exp $ */ /*- @@ -44,7 +44,6 @@ #include <sys/ioctl.h> #include <sys/param.h> #include <sys/stat.h> -#include <sys/types.h> #include <sys/dkio.h> /* diff --git a/sys/arch/sgi/xbow/impact_xbow.c b/sys/arch/sgi/xbow/impact_xbow.c index 53e637b1282..bfe2bb350a3 100644 --- a/sys/arch/sgi/xbow/impact_xbow.c +++ b/sys/arch/sgi/xbow/impact_xbow.c @@ -1,4 +1,4 @@ -/* $OpenBSD: impact_xbow.c,v 1.1 2012/04/18 17:28:24 miod Exp $ */ +/* $OpenBSD: impact_xbow.c,v 1.2 2017/09/08 05:36:52 deraadt Exp $ */ /* * Copyright (c) 2010, 2012 Miodrag Vallat. @@ -25,7 +25,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/types.h> #include <machine/autoconf.h> diff --git a/sys/arch/sgi/xbow/odyssey.c b/sys/arch/sgi/xbow/odyssey.c index 0f1bfebfe9c..64c46aee053 100644 --- a/sys/arch/sgi/xbow/odyssey.c +++ b/sys/arch/sgi/xbow/odyssey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: odyssey.c,v 1.11 2014/03/09 10:01:25 miod Exp $ */ +/* $OpenBSD: odyssey.c,v 1.12 2017/09/08 05:36:52 deraadt Exp $ */ /* * Copyright (c) 2009, 2010 Joel Sing <jsing@openbsd.org> * @@ -29,7 +29,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/types.h> #include <sys/malloc.h> #include <machine/autoconf.h> |