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

cmd/tools/sccmap.c

index 519a08c93eac2cf174910d54f90f5e1fbc025d89..93330e7789bf40001bafc1e1a9794d17ff864a62 100644 (file)
  * connected components, and writes each as a separate graph
  * along with a map of the components.
  */
-#include "config.h"
 
 #include <limits.h>
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 #include <cgraph/cgraph.h>
 #include <cgraph/exit.h>
 #include <ingraphs/ingraphs.h>