From 71866d676378520ef01b5afc382d6177f541283a Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 7 Apr 2022 18:53:19 -0700 Subject: [PATCH] gvcolor: remove unused unistd.h #include Gitlab: #2204 --- cmd/tools/gvcolor.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/tools/gvcolor.c b/cmd/tools/gvcolor.c index 263e406f3..e2112a376 100644 --- a/cmd/tools/gvcolor.c +++ b/cmd/tools/gvcolor.c @@ -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 #include -#ifdef HAVE_UNISTD_H -#include -#endif #include -- 2.40.0