]> granicus.if.org Git - graphviz/commitdiff
tclpkg: remove unused unistd.h #includes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Apr 2022 04:35:51 +0000 (21:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Apr 2022 17:14:09 +0000 (10:14 -0700)
Gitlab: #2204

tclpkg/gdtclft/gdtclft.c
tclpkg/tclpathplan/tclpathplan.c

index fbe9d8520ff2583d6f0b130548db625e7d57a8b9..87cbb71d9e2aad633d673dd9d0e44a09b81816e6 100644 (file)
@@ -17,7 +17,6 @@
 #include <stdlib.h>
 #include <math.h>
 #include <tcl.h>
-#include <unistd.h>
 #include "gd.h"
 
 #ifdef _WIN32
index 479392f503bb39039185e72de2803a126d7f08fc..448a4eec72666c0b834d33880ebbe12917e6bed3 100644 (file)
@@ -28,7 +28,6 @@
 #include                <stdint.h>
 #include                <stdlib.h>
 #include                <string.h>
-#include                <unistd.h>
 
 #include <inttypes.h>
 #include <assert.h>