]> 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/edge.c
lib/agraph/flatten.c
lib/agraph/grammar.y

index 11574934f700a1c1987294e43f0b45b187ae1ee7..427d2b526b6aa35c06c2108f9f36d44735684c55 100644 (file)
 **********************************************************/
 
 
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 #define IN_SET FALSE
 #define OUT_SET TRUE
index c8a642aefc5b65738487b7cb9c7ae0b8ea279dc6..209330f11647ea8f25ae4e5747841ef322563b00 100644 (file)
 **********************************************************/
 
 
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 void agflatten_elist(Dict_t * d, Dtlink_t ** lptr)
 {
index 36799d90ac3233086e258c43b2be7c4f3835d56e..1c7fa124bb6150b7ec69f91c4f21332fc33768ec 100644 (file)
@@ -17,7 +17,8 @@
 %{
 
 #include <stdio.h>  /* SAFE */
-#include <aghdr.h>     /* SAFE */
+#include <string.h>
+#include "aghdr.h"     /* SAFE */
 
 #ifdef _WIN32
 #define gettxt(a,b)    (b)