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/net/pfkeyv2.c | |
parent | 52b7fef1a1e427e7790b90eb2733372c2c8575ba (diff) |
If you use sys/param.h, you don't need sys/types.h
Diffstat (limited to 'sys/net/pfkeyv2.c')
-rw-r--r-- | sys/net/pfkeyv2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2.c b/sys/net/pfkeyv2.c index 988903448c1..947accd6c44 100644 --- a/sys/net/pfkeyv2.c +++ b/sys/net/pfkeyv2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2.c,v 1.165 2017/08/11 21:24:19 mpi Exp $ */ +/* $OpenBSD: pfkeyv2.c,v 1.166 2017/09/08 05:36:53 deraadt Exp $ */ /* * @(#)COPYRIGHT 1.1 (NRL) 17 January 1995 @@ -70,7 +70,6 @@ #include "pf.h" -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/socketvar.h> |