From f01dec8eb364787fc8c898f3389702f2a222a6b3 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 24 Mar 2024 07:53:03 +0100 Subject: Remove duplicated #include directive --- src/nanosvg.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/nanosvg.cxx b/src/nanosvg.cxx index 2a4f0e987..abb98310b 100644 --- a/src/nanosvg.cxx +++ b/src/nanosvg.cxx @@ -34,7 +34,6 @@ // Once this is available we can remove this comment block and // the following 3-line "fix": -#include #include // must be before #define below ! static float nsvg__roundf(float x); // prototype (see nanosvgrast.h) #define roundf nsvg__roundf // redefinition (#937) -- cgit v1.2.3