]> granicus.if.org Git - graphviz/commitdiff
gvcolor.c: remove duplicated #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 02:33:03 +0000 (18:33 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 19 Nov 2021 01:50:47 +0000 (17:50 -0800)
cmd/tools/gvcolor.c

index 041d75908f193b77ac4365d0be9145786dbd1681..05c7176c5ee7ba7df74b2e8d5d59e6d003a70ea5 100644 (file)
@@ -33,7 +33,6 @@ typedef struct Agnodeinfo_t {
 
 #include <ingraphs/ingraphs.h>
 #include <stdio.h>
-#include <stdlib.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif