]> granicus.if.org Git - graphviz/commitdiff
nop: remove unused unistd.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 5 Apr 2022 14:36:16 +0000 (07:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Apr 2022 19:47:59 +0000 (12:47 -0700)
Gitlab: #2204

cmd/tools/nop.c

index 881e9527ebcb12572a46110ca9341009233d73b0..047bac5d4b9fee14488668c529b5f667f9a8276a 100644 (file)
@@ -8,17 +8,12 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
-#include "config.h"
-
 #include <cgraph/cgraph.h>
 #include <cgraph/exit.h>
 #include <ingraphs/ingraphs.h>
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
 
 #include <getopt.h>