]> granicus.if.org Git - graphviz/commitdiff
remove some cryptic comments
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 19 Mar 2021 03:36:29 +0000 (20:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 28 Mar 2021 22:57:59 +0000 (15:57 -0700)
lib/cgraph/grammar.y

index d3f880e50ddadf1b3c0e990ff6088fcc464f395a..4f41b7ac7ab47389080012630ce8f2b6254a4568 100644 (file)
@@ -18,8 +18,8 @@
 
 %{
 
-#include <stdio.h>  /* SAFE */
-#include <cghdr.h>     /* SAFE */
+#include <stdio.h>
+#include <cghdr.h>
 #include <stddef.h>
 extern void aagerror(char *);