summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index b5be7dede..a432bdfc2 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -23,16 +23,12 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sftp-glob.c,v 1.7 2001/07/05 11:43:33 espie Exp $"); 26RCSID("$OpenBSD: sftp-glob.c,v 1.8 2001/07/14 15:10:17 stevesk Exp $");
27 27
28#include "ssh.h"
29#include "buffer.h" 28#include "buffer.h"
30#include "bufaux.h" 29#include "bufaux.h"
31#include "getput.h"
32#include "xmalloc.h" 30#include "xmalloc.h"
33#include "log.h" 31#include "log.h"
34#include "atomicio.h"
35#include "pathnames.h"
36 32
37#include "sftp.h" 33#include "sftp.h"
38#include "sftp-common.h" 34#include "sftp-common.h"