From: ellson Date: Tue, 16 Jun 2009 15:06:35 +0000 (+0000) Subject: move test for "#ifdef SFDP" etc, after including config.h X-Git-Tag: LAST_LIBGRAPH~32^2~1913 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d54c221c225ab3d592e93fdc59dffa494b08d2;p=graphviz move test for "#ifdef SFDP" etc, after including config.h --- diff --git a/lib/neatogen/overlap.c b/lib/neatogen/overlap.c index b4702c3e8..c0e6dc489 100644 --- a/lib/neatogen/overlap.c +++ b/lib/neatogen/overlap.c @@ -14,12 +14,12 @@ * AT&T Research, Florham Park NJ * **********************************************************/ -#if ((defined(HAVE_GTS) || defined(HAVE_TRIANGLE)) && defined(SFDP)) - #ifdef HAVE_CONFIG_H #include "config.h" #endif +#if ((defined(HAVE_GTS) || defined(HAVE_TRIANGLE)) && defined(SFDP)) + #include "SparseMatrix.h" #include "overlap.h" #include "call_tri.h"