Stefan wrote on Tue, Jul 26, 2016 at 00:13:55 +0200: > +++ subversion/tests/libsvn_wc/wc-queries-test.c (working copy) > @@ -21,14 +21,6 @@ > * ==================================================================== > */ > > -#include "svn_pools.h" > -#include "svn_ctype.h" > -#include "private/svn_dep_compat.h" > - > -#include "svn_private_config.h" > - > -#include "../svn_test.h" > - > #ifdef SVN_SQLITE_INLINE
>From IRC: <danielsh> Luke1410, on unix SVN_SQLITE_INLINE is defined in svn_private_config.h <danielsh> Luke1410, ... so it seems the patch would cause the #ifdef to false negative on unix in $circumstances (where $circumstances is "sqlite3 amalgamation is used") Cheers, Daniel

