From e27dfd3f2466a0ac84962bcebd766c2f44fd89c0 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 25 Mar 2022 20:16:51 -0700 Subject: [PATCH] gvc: remove unused unistd.h #include Gitlab: #2204 --- lib/gvc/gvplugin.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/gvc/gvplugin.c b/lib/gvc/gvplugin.c index 3771a8b8e..c9364b627 100644 --- a/lib/gvc/gvplugin.c +++ b/lib/gvc/gvplugin.c @@ -15,11 +15,6 @@ #include #include #include -#ifdef HAVE_UNISTD_H -#include -#else -#include -#endif #ifdef ENABLE_LTDL #include -- 2.40.0