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

cmd/tools/gc.c

index 1a291051b270d49b021b55af4afa8320eec2e727..863ae9b7e2f636251da323e8fd4b67fd639c04a5 100644 (file)
  * Written by Emden Gansner
  */
 
-#include "config.h"
-
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 #include <string.h>
 
 #define NEW(t)           malloc(sizeof(t))