diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-06-20 19:33:57 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-06-20 19:33:57 +0000 |
| commit | a39e3c37a508f9a389fc55270ae0336ad2f76f0e (patch) | |
| tree | 952db81c3238005e975f21845734444bba28ff40 /src/trace/trace.cpp | |
| parent | Measure Tool: support measuring of text elements (without having to manually ... (diff) | |
| parent | Fix outline view (diff) | |
| download | inkscape-a39e3c37a508f9a389fc55270ae0336ad2f76f0e.tar.gz inkscape-a39e3c37a508f9a389fc55270ae0336ad2f76f0e.zip | |
Merge Cairo rendering branch
(bzr r10326)
Diffstat (limited to 'src/trace/trace.cpp')
| -rw-r--r-- | src/trace/trace.cpp | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/src/trace/trace.cpp b/src/trace/trace.cpp index 1ee32e6bf..813f532a4 100644 --- a/src/trace/trace.cpp +++ b/src/trace/trace.cpp @@ -16,24 +16,23 @@ #include "trace/potrace/inkscape-potrace.h" -#include <inkscape.h> -#include <desktop.h> -#include <desktop-handles.h> -#include <document.h> -#include <message-stack.h> +#include "inkscape.h" +#include "desktop.h" +#include "desktop-handles.h" +#include "document.h" +#include "message-stack.h" #include <gtkmm.h> #include <glibmm/i18n.h> -#include <selection.h> -#include <xml/repr.h> -#include <xml/attribute-record.h> -#include <sp-item.h> -#include <sp-shape.h> -#include <sp-image.h> -#include <libnr/nr-matrix-ops.h> +#include "selection.h" +#include "xml/repr.h" +#include "xml/attribute-record.h" +#include "sp-item.h" +#include "sp-shape.h" +#include "sp-image.h" #include <2geom/transforms.h> -#include <display/nr-arena.h> -#include <display/nr-arena-shape.h> +#include "display/nr-arena.h" +#include "display/nr-arena-shape.h" #include "siox.h" #include "imagemap-gdk.h" |
