diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
commit | a9311767b4f00338f33428f0f5846e62527dfb44 (patch) | |
tree | e776170f47bd30b1e4ee261fdc5fc8503eab0648 /regress/sbin/isakmpd | |
parent | 3e9e99725cc6bec08359979b9ff83db24b0645d3 (diff) |
Nuke some obvious #include duplications.
ok espie@ deraadt@ millert@ tedu@
Diffstat (limited to 'regress/sbin/isakmpd')
-rw-r--r-- | regress/sbin/isakmpd/x509/x509test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/sbin/isakmpd/x509/x509test.c b/regress/sbin/isakmpd/x509/x509test.c index 116a8717771..9f6b8b5a91e 100644 --- a/regress/sbin/isakmpd/x509/x509test.c +++ b/regress/sbin/isakmpd/x509/x509test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509test.c,v 1.1 2005/04/08 17:12:50 cloder Exp $ */ +/* $OpenBSD: x509test.c,v 1.2 2014/11/18 20:51:00 krw Exp $ */ /* $EOM: x509test.c,v 1.9 2000/12/21 15:24:25 ho Exp $ */ /* @@ -47,7 +47,6 @@ #include <fcntl.h> #include <stdio.h> #include <stdlib.h> -#include <stdio.h> #include <string.h> #include <unistd.h> |