mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 04:26:27 +08:00
Remove duplicated #include <config.h> directive
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
// Once this is available we can remove this comment block and
|
// Once this is available we can remove this comment block and
|
||||||
// the following 3-line "fix":
|
// the following 3-line "fix":
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include <math.h> // must be before #define below !
|
#include <math.h> // must be before #define below !
|
||||||
static float nsvg__roundf(float x); // prototype (see nanosvgrast.h)
|
static float nsvg__roundf(float x); // prototype (see nanosvgrast.h)
|
||||||
#define roundf nsvg__roundf // redefinition (#937)
|
#define roundf nsvg__roundf // redefinition (#937)
|
||||||
|
|||||||
Reference in New Issue
Block a user