]> granicus.if.org Git - graphviz/commitdiff
gvcolor: remove unused unistd.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Apr 2022 01:53:19 +0000 (18:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Apr 2022 20:48:40 +0000 (13:48 -0700)
Gitlab: #2204

cmd/tools/gvcolor.c

index 263e406f3de0f2c4b9a90c75bf681230969aedbc..e2112a376e83ea5df93da749aa400665ced2e374 100644 (file)
@@ -14,8 +14,6 @@
  * Updated by Emden Gansner
  */
 
-#include "config.h"
-
 /* if NC changes, a bunch of scanf calls below are in trouble */
 #define        NC      3               /* size of HSB color vector */
 
@@ -35,9 +33,6 @@ typedef struct Agnodeinfo_t {
 
 #include <ingraphs/ingraphs.h>
 #include <stdio.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 
 #include <getopt.h>