diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-08-21 18:44:53 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-08-21 18:44:53 +0000 |
commit | 691a351f0eadf227fd14cbcb2318a8d7221315fa (patch) | |
tree | 9695ecbf79b4cdfa7e4215bca46b18f5049644ab /sbin/ipsecctl | |
parent | 667af34ccaf159be37a41d213961b17647630a52 (diff) |
no need to include both sys/types.h and params.h
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsecctl.c b/sbin/ipsecctl/ipsecctl.c index df25bc2b09d..b92efd126dd 100644 --- a/sbin/ipsecctl/ipsecctl.c +++ b/sbin/ipsecctl/ipsecctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.c,v 1.67 2007/02/19 08:50:43 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.c,v 1.68 2007/08/21 18:44:52 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -15,7 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/sysctl.h> |