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

index a401e02f49e2ba3de98fc489e98b1051c9a2a04c..a5cae11fad5aed4f77b7999ea786daa58b9ec735 100644 (file)
@@ -8,10 +8,6 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
-#ifndef _WIN32
-#include <unistd.h>
-#endif
-
 #include <sys/stat.h>
 
 #include <common/render.h>