]> granicus.if.org Git - graphviz/commitdiff
gml2gv: [nfc] remove unnecessary include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Feb 2022 06:19:57 +0000 (17:19 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Feb 2022 20:36:36 +0000 (07:36 +1100)
cmd/tools/gmlparse.y

index 7491461fb37bb32896959522e1b3602f561083ec..b26d4396d075f57b76ffac5be1f347a7b11f34d5 100644 (file)
@@ -18,7 +18,6 @@
 
 %{
 #include <stdlib.h>
-#include <stddef.h>
 #include <string.h>
 #include <arith.h>
 #include <gml2gv.h>