]> granicus.if.org Git - graphviz/commitdiff
gml2gv: remove unused unistd.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Apr 2022 16:01:27 +0000 (09:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 4 Apr 2022 14:33:19 +0000 (07:33 -0700)
Gitlab: #2204

cmd/tools/gml2gv.c

index 14d30cb42dfa71bc2f6ef213534688f12f971e9f..829eb5631d32be93220b71c82765538283133ff6 100644 (file)
@@ -8,14 +8,9 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
-#include "config.h"
-
 #include "gml2gv.h"
 #include <stdlib.h>
 #include <string.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 
 #include <getopt.h>