]> granicus.if.org Git - graphviz/commitdiff
Remove unnecessary #ifdef
authorerg <devnull@localhost>
Thu, 11 Jun 2009 19:13:56 +0000 (19:13 +0000)
committererg <devnull@localhost>
Thu, 11 Jun 2009 19:13:56 +0000 (19:13 +0000)
lib/neatogen/overlap.c

index 93e72e7ce64017152b1de372c7ccfe289aba90ad..6a7fccffb1907502c8677549110a89a1d7a77403 100644 (file)
@@ -18,7 +18,6 @@
 #include "config.h"
 #endif
 
-#if ((defined(HAVE_GTS) || defined(HAVE_TRIANGLE)) && defined(SFDP))
 #include "SparseMatrix.h"
 #include "overlap.h"
 #include "call_tri.h"
@@ -512,4 +511,3 @@ void remove_overlap(int dim, SparseMatrix A, int m, real *x, real *label_sizes,
 #endif
 }
 
-#endif