summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-24 07:53:03 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-24 07:53:03 +0100
commitf01dec8eb364787fc8c898f3389702f2a222a6b3 (patch)
treed0375e75070e4d6ac1a0a624a76fb6aedd3533e9
parent97d2836f5e72054f640289a93c4f2dd776c4fd00 (diff)
Remove duplicated #include <config.h> directive
-rw-r--r--src/nanosvg.cxx1
1 files changed, 0 insertions, 1 deletions
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 <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)