diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:07:08 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:07:08 +1000 |
commit | a5362458d0e1d2387a05f5c7c29e4f5b87501824 (patch) | |
tree | 46ed672ee8e9a69c3e12da0cdec036d994714aa6 /sftp-glob.c | |
parent | 686852f665376c2287c716f8d388b42c1727210b (diff) |
- stevesk@cvs.openbsd.org 2006/07/10 16:01:57
[sftp-glob.c sftp-common.h sftp.c]
buffer.h only needed in sftp-common.h and remove some unneeded
user includes; ok djm@
Diffstat (limited to 'sftp-glob.c')
-rw-r--r-- | sftp-glob.c | 5 |
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" |