]> granicus.if.org Git - graphviz/commitdiff
remove the string.h I just added - it should already be included
authorellson <devnull@localhost>
Sat, 8 Jul 2006 21:09:37 +0000 (21:09 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 21:09:37 +0000 (21:09 +0000)
lib/agraph/scan.l
lib/agraph/write.c

index 4789242c7d4a0b32637dddc7c3956a9b55acfa0d..fe8af7398747fc2445f46e4ff4e23b1a602df63c 100644 (file)
@@ -17,7 +17,6 @@
 
 /* requires flex (i.e. not lex)  */
 %{
-#include <string.h>
 #include <ctype.h>
 #include "grammar.h"
 #include "aghdr.h"
index bee59f7f969480f0305f5cc93ac6a76c28d9fc83..0424e1a7136053eae9df176a77cee611585c8e27 100644 (file)
@@ -16,7 +16,6 @@
 
 
 #include <stdio.h>             /* need sprintf() */
-#include <string.h>
 #include <ctype.h>
 #include "aghdr.h"