diff options
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp-common.c b/sftp-common.c index aed95f2f0..923504811 100644 --- a/sftp-common.c +++ b/sftp-common.c | |||
@@ -24,11 +24,10 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | RCSID("$OpenBSD: sftp-common.c,v 1.3 2001/06/26 17:27:24 markus Exp $"); | 27 | RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $"); |
28 | 28 | ||
29 | #include "buffer.h" | 29 | #include "buffer.h" |
30 | #include "bufaux.h" | 30 | #include "bufaux.h" |
31 | #include "getput.h" | ||
32 | #include "log.h" | 31 | #include "log.h" |
33 | #include "xmalloc.h" | 32 | #include "xmalloc.h" |
34 | 33 | ||