From 6bfd4e499552f4faa7c94e2c74b0a020d0b10bb0 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 28 Feb 2022 08:13:08 -0800 Subject: [PATCH] GD plugin: remove unnecessary common/utils.h include 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/gd/gvrender_gd_vrml.c b/plugin/gd/gvrender_gd_vrml.c index d3bf7a1e9..ac331fb11 100644 --- a/plugin/gd/gvrender_gd_vrml.c +++ b/plugin/gd/gvrender_gd_vrml.c @@ -28,10 +28,8 @@ /* for gvcolor_t */ #include -/* for late_double() */ #include #include -#include #include /* for wind() */ -- 2.40.0