]> 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/refstr.c
lib/agraph/scan.l

index 263d7db1a6633c2bb5559d66bb33af9877c67c30..8853d3e438c37239614a0c8785de10eafc03ddad 100644 (file)
 **********************************************************/
 
 
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include <string.h>
+#include "aghdr.h"
 
 /*
  * reference counted strings.
index e9e831acfd4006c8d712d3fce24d3520ad8b8c95..4789242c7d4a0b32637dddc7c3956a9b55acfa0d 100644 (file)
 
 /* requires flex (i.e. not lex)  */
 %{
-#include <grammar.h>
-#include <aghdr.h>
+#include <string.h>
 #include <ctype.h>
+#include "grammar.h"
+#include "aghdr.h"
+
 #define GRAPH_EOF_TOKEN                '@'             /* lex class must be defined below */
        /* this is a workaround for linux flex */
 static int line_num = 1;