]> granicus.if.org Git - graphviz/commitdiff
common: remove unused unistd.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 13 Apr 2022 06:36:12 +0000 (23:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Apr 2022 15:52:41 +0000 (08:52 -0700)
Gitlab: #2204

lib/common/timing.c

index 9bc9ba0df692808184f39d0b6833d5f75c26bf1e..eba7639bbe9d6f333df5b3d92d745c4e637647f1 100644 (file)
@@ -10,7 +10,6 @@
 
 #ifndef _WIN32
 
-#include        <unistd.h>
 #include       <sys/types.h>
 #include       <sys/times.h>
 #include       <sys/param.h>