]> granicus.if.org Git - graphviz/commit
common: include gvc/gvc.h in output.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 21 Sep 2021 09:18:26 +0000 (11:18 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 26 Sep 2021 06:36:51 +0000 (08:36 +0200)
commit0933f57e8eaea013e2efd466164ba83440f9697c
tree7ac842c7cac8121afb0c187411dabc8535e39c47
parentfa63b4671305583a7b61c43a6299488f6a364d68
common: include gvc/gvc.h in output.c

E.g. attach_attrs used in output.c is declared in lib/gvc/gvc.h.

This change is not strictly necessary since gvc/gvc.h is indirectly
included through common/render.h anyway, but a direct inclusion is
clearer and will avoid confusion when an upcoming commit removes a
duplicated declaration of attach_attrs from utils.h.
lib/common/output.c