summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index 3d092d133..0342de47d 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-glob.c,v 1.19 2006/03/25 13:17:02 djm Exp $ */ 1/* $OpenBSD: sftp-glob.c,v 1.20 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 *
@@ -24,10 +24,7 @@
24 24
25#include <dirent.h> 25#include <dirent.h>
26 26
27#include "buffer.h"
28#include "bufaux.h"
29#include "xmalloc.h" 27#include "xmalloc.h"
30#include "log.h"
31 28
32#include "sftp.h" 29#include "sftp.h"
33#include "sftp-common.h" 30#include "sftp-common.h"