diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-08 21:16:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-18 14:20:40 +0100 |
commit | 581ec73d0fe5ae09449f0f48d6e3aa7c255ac6c1 (patch) | |
tree | e3e1638850677c5b326e16d65ad692ad1a220c8d /basegfx/source/matrix | |
parent | a18bb779e03217db6e18ba6b8110289b4b3f101d (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/matrix')
-rw-r--r-- | basegfx/source/matrix/b2dhommatrixtools.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basegfx/source/matrix/b2dhommatrixtools.cxx b/basegfx/source/matrix/b2dhommatrixtools.cxx index c62c189142f3..2c831854761b 100644 --- a/basegfx/source/matrix/b2dhommatrixtools.cxx +++ b/basegfx/source/matrix/b2dhommatrixtools.cxx @@ -21,8 +21,6 @@ #include <basegfx/range/b2drange.hxx> #include <osl/diagnose.h> -#include <rtl/ustring.hxx> -#include <rtl/ustrbuf.hxx> namespace basegfx { |