From d845bd79e5886991d87f0b1b6543267acd64f754 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 3 Apr 2022 09:46:12 -0700 Subject: [PATCH] common: remove unused unistd.h #include --- lib/common/psusershape.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/common/psusershape.c b/lib/common/psusershape.c index a401e02f4..a5cae11fa 100644 --- a/lib/common/psusershape.c +++ b/lib/common/psusershape.c @@ -8,10 +8,6 @@ * Contributors: Details at https://graphviz.org *************************************************************************/ -#ifndef _WIN32 -#include -#endif - #include #include -- 2.40.0