X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/4095f6236dbb73d0def07a69071f7b85364cbd1a..c12cf250eb723e0bd7e34a539887e42f03939023:/sftp-glob.c diff --git a/sftp-glob.c b/sftp-glob.c index baa84aa7..cdc27082 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller * @@ -15,21 +16,18 @@ */ #include "includes.h" -RCSID("$OpenBSD: sftp-glob.c,v 1.17 2006/02/20 17:19:54 stevesk Exp $"); #include #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"