diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-28 21:53:33 +0000 |
|---|---|---|
| committer | Krzysztof Kosinski <tweenk.pl@gmail.com> | 2011-08-28 21:53:33 +0000 |
| commit | 7c7326a95acfd6885bf1b29d80679ea84d96c5fb (patch) | |
| tree | a64cfe0dc6abdea48a15585594cebb6a8368cf90 /src/livarot | |
| parent | Remove nr-object.h and nr-macros.h (diff) | |
| download | inkscape-7c7326a95acfd6885bf1b29d80679ea84d96c5fb.tar.gz inkscape-7c7326a95acfd6885bf1b29d80679ea84d96c5fb.zip | |
Completely remove libnr
(bzr r10582.1.11)
Diffstat (limited to 'src/livarot')
| -rw-r--r-- | src/livarot/PathOutline.cpp | 1 | ||||
| -rw-r--r-- | src/livarot/Shape.cpp | 1 | ||||
| -rw-r--r-- | src/livarot/ShapeRaster.cpp | 1 | ||||
| -rw-r--r-- | src/livarot/sweep-tree.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/livarot/PathOutline.cpp b/src/livarot/PathOutline.cpp index d4fc7eb30..d170e5d3a 100644 --- a/src/livarot/PathOutline.cpp +++ b/src/livarot/PathOutline.cpp @@ -8,7 +8,6 @@ #include "livarot/Path.h" #include "livarot/path-description.h" -#include <libnr/nr-point-fns.h> /* * the "outliner" diff --git a/src/livarot/Shape.cpp b/src/livarot/Shape.cpp index d24e4b99d..805741d3f 100644 --- a/src/livarot/Shape.cpp +++ b/src/livarot/Shape.cpp @@ -12,7 +12,6 @@ #include "Shape.h" #include "livarot/sweep-event-queue.h" #include "livarot/sweep-tree-list.h" -#include <libnr/nr-point-fns.h> /* * Shape instances handling. diff --git a/src/livarot/ShapeRaster.cpp b/src/livarot/ShapeRaster.cpp index 7b00cdc6b..b7b087fba 100644 --- a/src/livarot/ShapeRaster.cpp +++ b/src/livarot/ShapeRaster.cpp @@ -12,7 +12,6 @@ #include "AlphaLigne.h" #include "BitLigne.h" -#include <libnr/nr-point-fns.h> #include "livarot/sweep-event-queue.h" #include "livarot/sweep-tree-list.h" #include "livarot/sweep-tree.h" diff --git a/src/livarot/sweep-tree.cpp b/src/livarot/sweep-tree.cpp index 9ff1143ce..0cfd6bc52 100644 --- a/src/livarot/sweep-tree.cpp +++ b/src/livarot/sweep-tree.cpp @@ -1,4 +1,3 @@ -#include "libnr/nr-point-fns.h" #include "livarot/sweep-event-queue.h" #include "livarot/sweep-tree-list.h" #include "livarot/sweep-tree.h" |
