diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 22:51:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 26e37ca4c7a26d59f1a42de2a43705f61327389e (patch) | |
tree | 03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /svgio | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgdocumenthandler.cxx | 1 | ||||
-rw-r--r-- | svgio/source/svgreader/svgnode.cxx | 1 | ||||
-rw-r--r-- | svgio/source/svgreader/svgstyleattributes.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx b/svgio/source/svgreader/svgdocumenthandler.cxx index 7cb91a790051..9cad386043fb 100644 --- a/svgio/source/svgreader/svgdocumenthandler.cxx +++ b/svgio/source/svgreader/svgdocumenthandler.cxx @@ -32,7 +32,6 @@ #include <svgio/svgreader/svgellipsenode.hxx> #include <svgio/svgreader/svglinenode.hxx> #include <svgio/svgreader/svgpolynode.hxx> -#include <svgio/svgreader/svgsymbolnode.hxx> #include <svgio/svgreader/svgtextnode.hxx> #include <svgio/svgreader/svgcharacternode.hxx> #include <svgio/svgreader/svgtspannode.hxx> diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx index 74f29909e110..e453c08a3ebb 100644 --- a/svgio/source/svgreader/svgnode.cxx +++ b/svgio/source/svgreader/svgnode.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svgio/svgreader/svgnode.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <svgio/svgreader/svgdocument.hxx> #include <svgio/svgreader/svgnode.hxx> diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx index 317648e210b5..f015523671ba 100644 --- a/svgio/source/svgreader/svgstyleattributes.cxx +++ b/svgio/source/svgreader/svgstyleattributes.cxx @@ -31,7 +31,6 @@ #include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <svgio/svgreader/svgclippathnode.hxx> #include <svgio/svgreader/svgmasknode.hxx> -#include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <svgio/svgreader/svgmarkernode.hxx> #include <basegfx/curve/b2dcubicbezier.hxx> |