From fb36ef273a6ef96471760238094120321e9bc611 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 7 Apr 2022 18:48:55 -0700 Subject: [PATCH] sccmap: remove unused unistd.h #include Gitlab: #2204 --- cmd/tools/sccmap.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/tools/sccmap.c b/cmd/tools/sccmap.c index 519a08c93..93330e778 100644 --- a/cmd/tools/sccmap.c +++ b/cmd/tools/sccmap.c @@ -19,15 +19,11 @@ * connected components, and writes each as a separate graph * along with a map of the components. */ -#include "config.h" #include #include #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #include #include #include -- 2.40.0