diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-26 21:28:12 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-26 21:28:12 +0000 |
| commit | f1b7b6decc60830d3a0072f3287d63ef086c936e (patch) | |
| tree | 2d237781196c25b0db77771215b02364f791156a /src/2geom/sbasis-math.cpp | |
| parent | Spellcheck, snap and filter translation (diff) | |
| download | inkscape-f1b7b6decc60830d3a0072f3287d63ef086c936e.tar.gz inkscape-f1b7b6decc60830d3a0072f3287d63ef086c936e.zip | |
Patch from Lubomir Rintel: fixes for GCC 4.4
(bzr r7380)
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. |
