Skip to content

Commit

Permalink
Remove duplicated #include <config.h> directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoloFLTK committed Mar 24, 2024
1 parent 97d2836 commit f01dec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nanosvg.cxx
Expand Up @@ -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)
Expand Down

0 comments on commit f01dec8

Please sign in to comment.