]> granicus.if.org Git - graphviz/commit
remove unused include reference to lib/graph
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Jun 2020 14:53:32 +0000 (07:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Jun 2020 14:53:32 +0000 (07:53 -0700)
commit50c2ad85279f20cb49a9efcffc67bb0f1f20d31b
tree4fa81702b88b0bccec2e37ece462ae912178f04d
parent9559f5b633acd2a9ba63a3d550664e09e0f4a1a8
remove unused include reference to lib/graph

The only possible lib/graph header imported by any of the tools is agxbuf.h, but
this is shadowed by the same named header in lib/cgraph. Having lib/graph in the
list of include directories here was a little dangerous as reordering would have
caused the tools to pick up lib/graph's copy. Furthermore as we are not
currently building lib/graph, this likely would have caused link failures.
Related to #1549.
cmd/tools/Makefile.am