From: erg Date: Tue, 27 Jul 2010 15:33:01 +0000 (+0000) Subject: Add include of dot2.h X-Git-Tag: LAST_LIBGRAPH~32^2~1241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67fd6aec299893d791d2b8138ee8ccb5e3716d79;p=graphviz Add include of dot2.h --- diff --git a/lib/dotgen2/decomp.c b/lib/dotgen2/decomp.c index 2ac9783db..b092fe2d8 100644 --- a/lib/dotgen2/decomp.c +++ b/lib/dotgen2/decomp.c @@ -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;