]> granicus.if.org Git - graphviz/commitdiff
Add include of dot2.h
authorerg <devnull@localhost>
Tue, 27 Jul 2010 15:33:01 +0000 (15:33 +0000)
committererg <devnull@localhost>
Tue, 27 Jul 2010 15:33:01 +0000 (15:33 +0000)
lib/dotgen2/decomp.c

index 2ac9783db6f35bb3780af4b318e00662251e391e..b092fe2d8895ed75adbe2a1a8258bff80e3bff8f 100644 (file)
@@ -22,8 +22,7 @@
  * but any virtual nodes discovered are also included in the
  * component.
  */
-#include "types.h"
-#include "memory.h"
+#include "dot2.h"
 
 static Agraph_t *G;
 static Agnode_t *Last_node;