]> 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/graph.c
lib/agraph/id.c
lib/agraph/imap.c

index b0f1a97b5739d470ae93de6e440188217f0d2904..7fee175c0558d87f051dd0a03c6aef41fb52cb2f 100644 (file)
 
 
 #define EXTERN
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 const char AgraphVersion[] = VERSION;
 
index f51fa6b79f5d2e96eb6758dab1d23c02cf0fdf77..873ed5ae46b20170e51fba628300ccbf0859da46 100644 (file)
 
 
 #include <stdio.h>
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 /* a default ID allocator that works off the shared string lib */
 
index e94832ea0378ec033c5bcbe677f19c25c7ffa24d..356856751a73254a7b3af4f3ad283e73e1fa0618 100644 (file)
 **********************************************************/
 
 
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 typedef struct IMapEntry_s {
     Dtlink_t namedict_link;