]> granicus.if.org Git - graphviz/commit
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)
commit725c64a08a32e1c20300e77d32f997d3a3ea226a
treed442a18d222998b56529e2832cfae0f991bea981
parentf99277be9c6b718b3a2b78021cce0e3d8180a2fa
remove useless #include of config.h

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