]> granicus.if.org Git - graphviz/commitdiff
gvgen: remove unused unistd.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Mar 2022 04:12:39 +0000 (21:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Apr 2022 16:20:14 +0000 (09:20 -0700)
Gitlab: #2204

cmd/tools/gvgen.c

index ced1e935c96e95e95c191f459bd4cd20f543ba79..24dbedde9935a6adb70a2d10f61439338b49ae97 100644 (file)
@@ -17,9 +17,6 @@
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 #include <string.h>
 #include <ctype.h>
 #include <getopt.h>