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@ --- sftp-glob.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sftp-glob.c') diff --git a/sftp-glob.c b/sftp-glob.c index b5be7ded..a432bdfc 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -23,16 +23,12 @@ */ #include "includes.h" -RCSID("$OpenBSD: sftp-glob.c,v 1.7 2001/07/05 11:43:33 espie Exp $"); +RCSID("$OpenBSD: sftp-glob.c,v 1.8 2001/07/14 15:10:17 stevesk Exp $"); -#include "ssh.h" #include "buffer.h" #include "bufaux.h" -#include "getput.h" #include "xmalloc.h" #include "log.h" -#include "atomicio.h" -#include "pathnames.h" #include "sftp.h" #include "sftp-common.h" -- cgit v1.2.1