diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-27 16:05:32 +0000 |
|---|---|---|
| committer | Krzysztof Kosinski <tweenk.pl@gmail.com> | 2011-08-27 16:05:32 +0000 |
| commit | d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a (patch) | |
| tree | 69ea9c65f725d83ae1bc267ea5a0358a1bc1d793 /src/libnrtype | |
| parent | Remove all NRRect use. (diff) | |
| download | inkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.tar.gz inkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.zip | |
Completely remove NRRect, NRRectL, in-svg-plane.h
(bzr r10582.1.6)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/FontInstance.cpp | 1 | ||||
| -rw-r--r-- | src/libnrtype/Layout-TNG.h | 1 | ||||
| -rw-r--r-- | src/libnrtype/font-instance.h | 2 | ||||
| -rw-r--r-- | src/libnrtype/nr-type-primitives.cpp | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/src/libnrtype/FontInstance.cpp b/src/libnrtype/FontInstance.cpp index 641adc3ac..f8b2c3b9d 100644 --- a/src/libnrtype/FontInstance.cpp +++ b/src/libnrtype/FontInstance.cpp @@ -22,7 +22,6 @@ #include <pango/pangoft2.h> #include <2geom/pathvector.h> #include <2geom/svg-path.h> -#include "libnr/nr-rect.h" #include "libnrtype/font-glyph.h" #include "libnrtype/font-instance.h" #include "livarot/Path.h" diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h index a8852ed8a..4406d9f93 100644 --- a/src/libnrtype/Layout-TNG.h +++ b/src/libnrtype/Layout-TNG.h @@ -14,7 +14,6 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include <libnr/nr-rect.h> #include <2geom/d2.h> #include <2geom/affine.h> #include <glibmm/ustring.h> diff --git a/src/libnrtype/font-instance.h b/src/libnrtype/font-instance.h index 392ac20bf..3ca3feee4 100644 --- a/src/libnrtype/font-instance.h +++ b/src/libnrtype/font-instance.h @@ -7,11 +7,9 @@ #include <require-config.h> #include "FontFactory.h" -#include <libnr/nr-forward.h> #include <libnrtype/nrtype-forward.h> #include <libnrtype/font-style.h> #include <livarot/livarot-forward.h> -#include "libnr/nr-rect.h" #include <2geom/d2.h> // the font_instance are the template of several raster_font; they provide metrics and outlines diff --git a/src/libnrtype/nr-type-primitives.cpp b/src/libnrtype/nr-type-primitives.cpp index 34b1e43b8..2fbc18ffd 100644 --- a/src/libnrtype/nr-type-primitives.cpp +++ b/src/libnrtype/nr-type-primitives.cpp @@ -15,7 +15,6 @@ #include <stdlib.h> #include <string.h> #include <glib/gmem.h> -#include <libnr/nr-macros.h> #include "nr-type-primitives.h" /** |
