summaryrefslogtreecommitdiff
path: root/basegfx/source/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-08 21:16:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-18 14:20:40 +0100
commit581ec73d0fe5ae09449f0f48d6e3aa7c255ac6c1 (patch)
treee3e1638850677c5b326e16d65ad692ad1a220c8d /basegfx/source/inc
parenta18bb779e03217db6e18ba6b8110289b4b3f101d (diff)
tdf#42949 Fix IWYU warnings in basegfx/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic8476ddc7805546f2f6f253f282ac976bb3b7bd6 Reviewed-on: https://gerrit.libreoffice.org/67699 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basegfx/source/inc')
-rw-r--r--basegfx/source/inc/hommatrixtemplate.hxx4
-rw-r--r--basegfx/source/inc/stringconversiontools.hxx1
2 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx
index 5eaf65a554cc..6213d61f2e29 100644
--- a/basegfx/source/inc/hommatrixtemplate.hxx
+++ b/basegfx/source/inc/hommatrixtemplate.hxx
@@ -22,9 +22,11 @@
#include <sal/types.h>
#include <basegfx/numeric/ftools.hxx>
-#include <math.h>
+#include <cmath>
#include <string.h>
+#include <memory>
+
namespace basegfx
{
namespace internal
diff --git a/basegfx/source/inc/stringconversiontools.hxx b/basegfx/source/inc/stringconversiontools.hxx
index d4600617bb4b..ed554a1efcdf 100644
--- a/basegfx/source/inc/stringconversiontools.hxx
+++ b/basegfx/source/inc/stringconversiontools.hxx
@@ -21,7 +21,6 @@
#include <sal/types.h>
#include <rtl/ustring.hxx>
-#include <rtl/ustrbuf.hxx>
namespace basegfx
{