]> granicus.if.org Git - graphviz/commit
common: add explicit include of pathgeom.h in emit.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 27 Aug 2021 10:03:43 +0000 (12:03 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 19 Dec 2021 20:21:43 +0000 (21:21 +0100)
commit999b84977a0b672426dd7e468eb8e81f468951fe
tree4770884df263de8a49cc2ddc361e1f1233ce33a1
parent185942ca2d65ed62bfdab4b5f9114a885e4b9628
common: add explicit include of pathgeom.h in emit.c

emit.c explicitly uses e.g. freePath from the public pathgeom.h header
file, so even if it gets it implicitly through another header file,
including it explicitly is the right thing to do.

Towards https://gitlab.com/graphviz/graphviz/-/issues/2058.
lib/common/emit.c