X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/c1cb7bae1a56520c8bc58c1753faddacb16ac646..f67f71f13830a2ac281f3ea2e0649aa4e3814aa7:/sftp-glob.c diff --git a/sftp-glob.c b/sftp-glob.c index 3d092d13..cdc27082 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-glob.c,v 1.19 2006/03/25 13:17:02 djm Exp $ */ +/* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller * @@ -21,15 +21,13 @@ #ifdef HAVE_SYS_STAT_H # include #endif - + #include +#include -#include "buffer.h" -#include "bufaux.h" #include "xmalloc.h" -#include "log.h" - #include "sftp.h" +#include "buffer.h" #include "sftp-common.h" #include "sftp-client.h"