From ad77313f220c3b6f234b8a7a1d0bd41f71dee76c Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 18 Jul 2001 15:45:44 +0000 Subject: - OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2001/07/14 15:10:17 [readpass.c sftp-client.c sftp-common.c sftp-glob.c] delete spurious #includes; ok deraadt@ markus@ --- readpass.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'readpass.c') diff --git a/readpass.c b/readpass.c index 3724eeab..577a407f 100644 --- a/readpass.c +++ b/readpass.c @@ -32,13 +32,12 @@ */ #include "includes.h" -RCSID("$OpenBSD: readpass.c,v 1.21 2001/07/10 21:49:12 markus Exp $"); +RCSID("$OpenBSD: readpass.c,v 1.22 2001/07/14 15:10:16 stevesk Exp $"); #include "xmalloc.h" #include "readpass.h" #include "pathnames.h" #include "log.h" -#include "atomicio.h" #include "ssh.h" static char * -- cgit v1.2.1