Remove duplicated #include <config.h> directive

This commit is contained in:
ManoloFLTK
2024-03-24 07:53:03 +01:00
parent 97d2836f5e
commit f01dec8eb3
-1
View File
@@ -34,7 +34,6 @@
// Once this is available we can remove this comment block and
// the following 3-line "fix":
#include <config.h>
#include <math.h> // must be before #define below !
static float nsvg__roundf(float x); // prototype (see nanosvgrast.h)
#define roundf nsvg__roundf // redefinition (#937)