diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
| commit | 1079b1b4c0331e5d4bd62f3c93349aec50f520f0 (patch) | |
| tree | 50b185ea8e291e6bdbbd36dddc76820e88f44309 /src/libnr | |
| parent | Remove the dom/work directory (diff) | |
| download | inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.tar.gz inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.zip | |
Update 2Geom to pull in integer rectangle class
(bzr r10347.1.1)
Diffstat (limited to 'src/libnr')
| -rw-r--r-- | src/libnr/nr-point-fns.cpp | 2 | ||||
| -rw-r--r-- | src/libnr/nr-types.cpp | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/libnr/nr-point-fns.cpp b/src/libnr/nr-point-fns.cpp index cd6d6927b..ac58eddb7 100644 --- a/src/libnr/nr-point-fns.cpp +++ b/src/libnr/nr-point-fns.cpp @@ -1,5 +1,5 @@ #include <libnr/nr-point-fns.h> -#include <2geom/isnan.h> +#include <2geom/math-utils.h> using NR::Point; diff --git a/src/libnr/nr-types.cpp b/src/libnr/nr-types.cpp index 0231c91d5..5da5d5cf6 100644 --- a/src/libnr/nr-types.cpp +++ b/src/libnr/nr-types.cpp @@ -3,8 +3,7 @@ */ #include <libnr/nr-types.h> - -#include "2geom/isnan.h" +#include <2geom/math-utils.h> /** Scales this vector to make it a unit vector (within rounding error). * |
