]> granicus.if.org Git - graphviz/commitdiff
remove useless #include of config.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 17:31:52 +0000 (10:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 00:01:13 +0000 (17:01 -0700)
The generated config.h only contains a number of #defines, so its inclusion at
the end of a file has no effect. All code following this line was removed in
7cc812f5c1b64832a0324a293cc8968ba044e0a4 which should have also removed this
line but did not.

lib/ingraphs/ingraphs.c

index bcddc0e0c072adaa4971a08797dcfcfaff05eebc..1c959cb60eb947550c1e7964198728ce277ce4aa 100644 (file)
@@ -211,5 +211,3 @@ char *fileName(ingraph_state * sp)
     } else
        return "<stdin>";
 }
-
-#include "config.h"