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

cmd/tools/unflatten.c

index d0548c97b0eac9e6139e0ed7866272f8831e1cdf..ff5b6930134181f1f0801dd5910e034574b300c2 100644 (file)
  * Written by Stephen North
  * Updated by Emden Gansner
  */
-#include "config.h"
 
 #include    <stdbool.h>
 #include    <stdio.h>
 #include    <stdlib.h>
 #include    <string.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 #include    <cgraph/cgraph.h>
 #include    <cgraph/exit.h>
 #include    <ingraphs/ingraphs.h>