summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index a6c22aa67..27099ef06 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.83 2006/07/08 21:47:12 stevesk Exp $ */ 1/* $OpenBSD: sftp.c,v 1.84 2006/07/10 16:01:57 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -35,7 +35,6 @@ typedef void EditLine;
35#endif 35#endif
36#include <signal.h> 36#include <signal.h>
37 37
38#include "buffer.h"
39#include "xmalloc.h" 38#include "xmalloc.h"
40#include "log.h" 39#include "log.h"
41#include "pathnames.h" 40#include "pathnames.h"