]> 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/agerror.c
lib/agraph/apply.c

index c5fca22d0af4a66129a382d618b37d5ed791fac2..5286cac7ec793c25a1bfc245b80b2f06ae42dfb7 100644 (file)
 
 
 #include <stdio.h>
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 static char *Message[] = {
     "",                                /* 0 is not assigned   */
index 095134a149a2d418c349307eabe3d4b455aa350f..a6d4f84da27d99b797cb881417926aacd79501f4 100644 (file)
 **********************************************************/
 
 
-#include       <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 /* The following functions take a graph and a template (node/edge/graph)
  * and return the object representing the template within the local graph.