]> granicus.if.org Git - graphviz/commitdiff
remove DMALLOC bits
authorellson <devnull@localhost>
Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)
various include fixups (eg some missing string.h)

lib/agraph/subg.c
lib/agraph/tester.c
lib/agraph/utils.c

index 78eb37f26e8999520e6f737cf205dae93054c909..bcc762c7792c885387bf155f6b9e02b213a60fd2 100644 (file)
 **********************************************************/
 
 
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 static Agraph_t *agfindsubg_by_id(Agraph_t * g, unsigned long id)
 {
index c91e5d6effd2ece797cb07574be4cc0e0c0e3ea0..48d1439007dea452410c7de064ebbc293791aaeb 100644 (file)
 #include <stdio.h>
 #include "agraph.h"
 
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
-
 #define NILgraph                       NIL(Agraph_t*)
 #define NILnode                                NIL(Agnode_t*)
 #define NILedge                                NIL(Agedge_t*)
index 1bb7448e62da54f10b45efdc85220f762765a852..50ee86fd079077618c11de22a5cb2fb7c3fd2e83 100644 (file)
 **********************************************************/
 
 
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 static Agraph_t *Ag_dictop_G;