]> granicus.if.org Git - graphviz/commitdiff
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)
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

index c41b6b6176b6f1c95d9e1f343dacb25ac8c793db..12885ecd29deedc0b4bde0a602e2ecca0eb9e89b 100644 (file)
@@ -4,7 +4,6 @@
 AM_CPPFLAGS = \
         -I$(top_srcdir) \
        -I$(top_srcdir)/lib/cgraph \
-       -I$(top_srcdir)/lib/graph \
        -I$(top_srcdir)/lib/cdt \
        -I$(top_srcdir)/lib/pathplan \
        -I$(top_srcdir)/lib/pack \