summaryrefslogtreecommitdiff
path: root/sftp-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-client.c')
-rw-r--r--sftp-client.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sftp-client.c b/sftp-client.c
index 9670a7660..4f2a1e280 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -29,16 +29,14 @@
29/* XXX: copy between two remote sites */ 29/* XXX: copy between two remote sites */
30 30
31#include "includes.h" 31#include "includes.h"
32RCSID("$OpenBSD: sftp-client.c,v 1.17 2001/06/23 15:12:20 itojun Exp $"); 32RCSID("$OpenBSD: sftp-client.c,v 1.18 2001/07/14 15:10:16 stevesk Exp $");
33 33
34#include "ssh.h"
35#include "buffer.h" 34#include "buffer.h"
36#include "bufaux.h" 35#include "bufaux.h"
37#include "getput.h" 36#include "getput.h"
38#include "xmalloc.h" 37#include "xmalloc.h"
39#include "log.h" 38#include "log.h"
40#include "atomicio.h" 39#include "atomicio.h"
41#include "pathnames.h"
42 40
43#include "sftp.h" 41#include "sftp.h"
44#include "sftp-common.h" 42#include "sftp-common.h"