diff options
Diffstat (limited to 'src/2geom/sbasis-math.cpp')
| -rw-r--r-- | src/2geom/sbasis-math.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/2geom/sbasis-math.cpp b/src/2geom/sbasis-math.cpp index e08023e84..d7045a3a9 100644 --- a/src/2geom/sbasis-math.cpp +++ b/src/2geom/sbasis-math.cpp @@ -37,13 +37,12 @@ #include <2geom/sbasis-math.h> //#define ZERO 1e-3 +#include <stdio.h> +#include <math.h> namespace Geom { - #include <2geom/d2-sbasis.h> -#include <stdio.h> -#include <math.h> //-|x|----------------------------------------------------------------------- /** Return the absolute value of a function pointwise. |
