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/amd64/stand | |
parent | 52b7fef1a1e427e7790b90eb2733372c2c8575ba (diff) |
If you use sys/param.h, you don't need sys/types.h
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/stand/efiboot/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/stand/libsa/gateA20.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/conf.c | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index f2033efda25..6bb7271de00 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.37 2016/09/18 16:36:09 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.38 2017/09/08 05:36:51 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <netinet/in.h> #include <libsa.h> #include <lib/libsa/ufs.h> diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index 448dbe80c58..29088565aa8 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.32 2016/09/18 16:36:09 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.33 2017/09/08 05:36:51 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -28,7 +28,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <netinet/in.h> #include <libsa.h> #include <lib/libsa/ufs.h> diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c index 1c82abe5f48..9d825543ec0 100644 --- a/sys/arch/amd64/stand/efiboot/conf.c +++ b/sys/arch/amd64/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.10 2017/07/31 14:04:52 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.11 2017/09/08 05:36:51 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <sys/disklabel.h> #include <libsa.h> #include <lib/libsa/ufs.h> diff --git a/sys/arch/amd64/stand/libsa/gateA20.c b/sys/arch/amd64/stand/libsa/gateA20.c index 66a11a08cdd..318f2deb11f 100644 --- a/sys/arch/amd64/stand/libsa/gateA20.c +++ b/sys/arch/amd64/stand/libsa/gateA20.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gateA20.c,v 1.2 2004/03/21 21:37:41 tom Exp $ */ +/* $OpenBSD: gateA20.c,v 1.3 2017/09/08 05:36:51 deraadt Exp $ */ /* * Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 @@ -29,7 +29,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <machine/pio.h> #include <dev/ic/i8042reg.h> #include <dev/isa/isareg.h> diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 573655e5daf..4e2484374c3 100644 --- a/sys/arch/amd64/stand/pxeboot/conf.c +++ b/sys/arch/amd64/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.36 2016/09/18 16:36:09 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.37 2017/09/08 05:36:51 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -28,7 +28,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <netinet/in.h> #include <libsa.h> #include <lib/libsa/ufs.h> |