]> granicus.if.org Git - graphviz/commit
common: include types.h instead of render.h in timing.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 25 Dec 2021 14:46:02 +0000 (15:46 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 25 Dec 2021 21:04:55 +0000 (22:04 +0100)
commitd8f0129ea8211c3c3918d2440ef174250d760096
tree2a79b492c5c6146b4d7e0e1114f4b440f4ff58c7
parent5e1f30530497fff3d7ea6a095a1eeee83f30f0f6
common: include types.h instead of render.h in timing.c

This file does not explicitly need either of thoses files, but it
includes utils.h that needs types.h. It is better to include this file
directly rather transitively through render.h.

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