]> granicus.if.org Git - graphviz/commitdiff
GD plugin: remove unnecessary common/utils.h include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 28 Feb 2022 16:13:08 +0000 (08:13 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Mar 2022 22:06:03 +0000 (14:06 -0800)
This was introduced in ff97490f4de09db950f708b1bf44a8f8f62902c5 in the same
commit that _removed_ all usage of `late_double` here, so it is unclear what the
intended meaning of the leading comment was.

plugin/gd/gvrender_gd_vrml.c

index d3bf7a1e91f4c96e71d507c299d26209d3eefe54..ac331fb118e0d67bc940b83d4cc57dac4eae8d8e 100644 (file)
 /* for gvcolor_t */
 #include <common/color.h>
 
-/* for late_double() */
 #include <cgraph/agxbuf.h>
 #include <cgraph/cgraph.h>
-#include <common/utils.h>
 #include <common/render.h>
 
 /* for wind() */