From: ellson Date: Sat, 8 Jul 2006 17:33:49 +0000 (+0000) Subject: remove DMALLOC bits X-Git-Tag: LAST_LIBGRAPH~32^2~6168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9104c1001d0da3752607b1a5ea8b6ea456ba5be5;p=graphviz remove DMALLOC bits various include fixups (eg some missing string.h) --- diff --git a/lib/agraph/mem.c b/lib/agraph/mem.c index 56940fa22..3ec1c1213 100644 --- a/lib/agraph/mem.c +++ b/lib/agraph/mem.c @@ -15,11 +15,8 @@ **********************************************************/ -#include - -#ifdef DMALLOC -#include "dmalloc.h" -#endif +#include +#include "aghdr.h" /* memory management discipline and entry points */