]> 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/mem.c

index 56940fa225e7a6cecbe30698cf85c8583c5a4710..3ec1c1213ba6f7a4aa6dfee6bbcfbeb59cd073c7 100644 (file)
 **********************************************************/
 
 
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include <string.h>
+#include "aghdr.h"
 
 /* memory management discipline and entry points */