From 179095b2e2b239cf5ab8d2ca0203efa9fee7b37e Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 8 Jul 2006 17:33:49 +0000 Subject: [PATCH] remove DMALLOC bits various include fixups (eg some missing string.h) --- lib/agraph/edge.c | 6 +----- lib/agraph/flatten.c | 6 +----- lib/agraph/grammar.y | 3 ++- 3 files changed, 4 insertions(+), 11 deletions(-) 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) -- 2.40.0