]> granicus.if.org Git - graphviz/commitdiff
gvc: remove unused unistd.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Apr 2022 16:13:11 +0000 (09:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Apr 2022 01:45:13 +0000 (18:45 -0700)
Gitlab: #2204

lib/gvc/gvconfig.c

index 04f39557570d9f178b734dd58038e61401a11250..c652306cfbf35fc2dfceb33d4c36f761ae271973 100644 (file)
@@ -43,9 +43,6 @@ static int glob (GVC_t * gvc, char*, int, int (*errfunc)(const char *, int), glo
 #include       <glob.h>
 #endif 
 #include       <sys/stat.h>
-#ifdef HAVE_UNISTD_H
-#include       <unistd.h>
-#endif
 #endif
 
 #ifdef __APPLE__