]> granicus.if.org Git - graphviz/commitdiff
ccomps: remove unused unistd.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 5 Apr 2022 14:32:09 +0000 (07:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Apr 2022 19:47:59 +0000 (12:47 -0700)
Gitlab: #2204

cmd/tools/ccomps.c

index 21d973d18a126ada04d17091e597ddc3b1492e3e..d09d5a4218cf759bb7d1d13cf39e009dc8840e00 100644 (file)
@@ -14,8 +14,6 @@
  * Updated by Emden Gansner
  */
 
-#include "config.h"
-
 #include <ctype.h>
 #include <stdbool.h>
 #include <stdio.h>
@@ -48,9 +46,6 @@ typedef struct {
 
 #include <getopt.h>
 
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 #include <string.h>
 #include <ingraphs/ingraphs.h>