From: ellson Date: Sat, 8 Jul 2006 17:33:49 +0000 (+0000) Subject: remove DMALLOC bits X-Git-Tag: LAST_LIBGRAPH~32^2~6172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=179095b2e2b239cf5ab8d2ca0203efa9fee7b37e;p=graphviz remove DMALLOC bits various include fixups (eg some missing string.h) --- diff --git a/lib/agraph/edge.c b/lib/agraph/edge.c index 11574934f..427d2b526 100644 --- a/lib/agraph/edge.c +++ b/lib/agraph/edge.c @@ -15,11 +15,7 @@ **********************************************************/ -#include - -#ifdef DMALLOC -#include "dmalloc.h" -#endif +#include "aghdr.h" #define IN_SET FALSE #define OUT_SET TRUE diff --git a/lib/agraph/flatten.c b/lib/agraph/flatten.c index c8a642aef..209330f11 100644 --- a/lib/agraph/flatten.c +++ b/lib/agraph/flatten.c @@ -15,11 +15,7 @@ **********************************************************/ -#include - -#ifdef DMALLOC -#include "dmalloc.h" -#endif +#include "aghdr.h" void agflatten_elist(Dict_t * d, Dtlink_t ** lptr) { diff --git a/lib/agraph/grammar.y b/lib/agraph/grammar.y index 36799d90a..1c7fa124b 100644 --- a/lib/agraph/grammar.y +++ b/lib/agraph/grammar.y @@ -17,7 +17,8 @@ %{ #include /* SAFE */ -#include /* SAFE */ +#include +#include "aghdr.h" /* SAFE */ #ifdef _WIN32 #define gettxt(a,b) (b)