]> granicus.if.org Git - graphviz/commit
dot: explicitly include cgraph.h in dot.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 28 Aug 2021 07:18:02 +0000 (09:18 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 29 Aug 2021 20:13:39 +0000 (22:13 +0200)
commit520f15e8a59245b4fd577e52f4d9697b6e381065
tree30dd91d8564c68e77831d195777a83dfb2626ccd
parentca5dc256ac6f0e5cc0b59e5e3ba0b01a7c5de101
dot: explicitly include cgraph.h in dot.c

dot.c uses e.g. agopen from cgraph.h and should not rely on an
implicit include through other header files.
cmd/dot/dot.c