diff options
Diffstat (limited to 'sftp-glob.c')
-rw-r--r-- | sftp-glob.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sftp-glob.c b/sftp-glob.c index b5be7dede..a432bdfc2 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" |