Re: svn commit: r33945 - trunk/subversion/libsvn_subr
From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 29 Oct 2008 04:46:59 -0700
On Wed, Oct 29, 2008 at 12:42 AM, <kameshj_at_tigris.org> wrote:
That's a very strange place to put that header. We normally group headers like:
#include <stdlib.h> /* system headers */
#include <apr_pools.h> /* other package headers */
#include "svn_types.h" /* our public headers */
#include "opt.h" /* our private headers */
I think this would have also been evident from the file itself. Please
Cheers,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.