summaryrefslogtreecommitdiff
path: root/sftp-common.c
diff options
context:
space:
mode:
authormouring <mouring>2001-07-18 15:45:44 +0000
committermouring <mouring>2001-07-18 15:45:44 +0000
commitb56f8e86e0238638fd784153d94a29d4f694e40a (patch)
treeb35bf93dedb4c255c213aaef931a42ca53191b93 /sftp-common.c
parentd4465b27a9abbee4fb84b7fdef99ab8de4e9a3f3 (diff)
downloadopenssh-b56f8e86e0238638fd784153d94a29d4f694e40a.tar.gz
- 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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp-common.c b/sftp-common.c
index aed95f2f..92350481 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -24,11 +24,10 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-common.c,v 1.3 2001/06/26 17:27:24 markus Exp $");
+RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $");
#include "buffer.h"
#include "bufaux.h"
-#include "getput.h"
#include "log.h"
#include "xmalloc.h"