]> granicus.if.org Git - graphviz/commit
Include gvcjob.h in gvcint.h
authorPhilip Pham <phillypham@google.com>
Sat, 7 Apr 2018 19:56:26 +0000 (12:56 -0700)
committerPhilip Pham <phillypham@google.com>
Sat, 7 Apr 2018 20:44:02 +0000 (13:44 -0700)
commit1cc99f32bb1317995fb36f215fb1e69f96ce9fed
treebbb5814c465833c135535f67062c02740ac00039
parentfc7a0ca32f19b80726faa94ecc4c772e24f1bb95
Include gvcjob.h in gvcint.h

gvcint.h uses gvtextlayout_engine_t which is declared in gvcjob.h.

This means that in order to use gvcint.h, one must include gvcjob.h. This is particularly problematic because gvcint.h comes before gvcjob.h, alphabetically, which leads to a broken build after running an autoformatter.
lib/gvc/gvcint.h