diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-18 15:45:44 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-18 15:45:44 +0000 |
commit | ad77313f220c3b6f234b8a7a1d0bd41f71dee76c (patch) | |
tree | 0f061886f95383e68b9b16a150364f7acef5002e /sftp-common.c | |
parent | 2db5371d30d5c63fb0fa3e6502cf82520d07a154 (diff) |
- 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@
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 | ||