]> granicus.if.org Git - graphviz/commitdiff
move test for "#ifdef SFDP" etc, after including config.h
authorellson <devnull@localhost>
Tue, 16 Jun 2009 15:06:35 +0000 (15:06 +0000)
committerellson <devnull@localhost>
Tue, 16 Jun 2009 15:06:35 +0000 (15:06 +0000)
lib/neatogen/overlap.c

index b4702c3e812fb959cc6272398818520bb894c619..c0e6dc489cbb426b5032f49ed9376f7316940d46 100644 (file)
 *              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"