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

cmd/smyrna/viewport.c

index 960b4425ea33153636f10ffd58a35576425f05a4..7a1d87782762aef4dcfb84812982444609b493d3 100644 (file)
@@ -10,8 +10,6 @@
 #ifdef _WIN32
 #include <windows.h>
 #include <io.h>
-#else
-#include <unistd.h>
 #endif
 #include "viewport.h"
 #include "draw.h"