diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-07-24 23:24:28 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-07-24 23:24:28 +0000 |
| commit | 3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed (patch) | |
| tree | d2ea0404211b3a89850bf4848ea758bc9385ef22 /src/2geom/int-rect.h | |
| parent | fix page shadow rendering bug introduced in r10495 (diff) | |
| download | inkscape-3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed.tar.gz inkscape-3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed.zip | |
Update 2Geom to fix serious IntRect bug I've found in my GSoC branch
(bzr r10502)
Diffstat (limited to 'src/2geom/int-rect.h')
| -rw-r--r-- | src/2geom/int-rect.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/2geom/int-rect.h b/src/2geom/int-rect.h index a143b3ac5..567d42da5 100644 --- a/src/2geom/int-rect.h +++ b/src/2geom/int-rect.h @@ -32,7 +32,6 @@ #define LIB2GEOM_SEEN_INT_RECT_H #include <2geom/coord.h> -#include <2geom/int-point.h> #include <2geom/int-interval.h> #include <2geom/generic-rect.h> |
