diff options
Diffstat (limited to 'svgio/source/svgreader')
-rw-r--r-- | svgio/source/svgreader/SvgNumber.cxx | 2 | ||||
-rw-r--r-- | svgio/source/svgreader/svgtools.cxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svgreader/SvgNumber.cxx b/svgio/source/svgreader/SvgNumber.cxx index 681aeb9c264c..c1558f3e6451 100644 --- a/svgio/source/svgreader/SvgNumber.cxx +++ b/svgio/source/svgreader/SvgNumber.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svgtools.hxx> +#include <SvgNumber.hxx> #include <o3tl/unit_conversion.hxx> #include <sal/log.hxx> diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx index 928dfbe5caa9..b873404939da 100644 --- a/svgio/source/svgreader/svgtools.cxx +++ b/svgio/source/svgreader/svgtools.cxx @@ -19,7 +19,6 @@ #include <svgtools.hxx> #include <sal/log.hxx> -#include <osl/diagnose.h> #include <tools/color.hxx> #include <rtl/math.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> |