summaryrefslogtreecommitdiff
path: root/emfio/source/reader/mtftools.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-15 22:58:53 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-20 10:25:19 +0100
commit8f4087138cb68d8dcdd06853df1a6deb53ee8844 (patch)
treec415f7947b4fc8cfc59dd645d0e56a6ab0be52b0 /emfio/source/reader/mtftools.cxx
parentdee81fb2e1df5091702b3c8b0e4a3f2b58e89291 (diff)
tdf#42949 Fix IWYU warnings in emfio/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I644bbebe798329e68665b8c751eccbb829178e91 Reviewed-on: https://gerrit.libreoffice.org/85182 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'emfio/source/reader/mtftools.cxx')
-rw-r--r--emfio/source/reader/mtftools.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx
index 8cd3ef1e86cf..f50f41a83717 100644
--- a/emfio/source/reader/mtftools.cxx
+++ b/emfio/source/reader/mtftools.cxx
@@ -19,7 +19,6 @@
#include <mtftools.hxx>
-#include <cassert>
#include <memory>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
@@ -29,9 +28,7 @@
#include <vcl/metaact.hxx>
#include <vcl/canvastools.hxx>
#include <vcl/svapp.hxx>
-#include <tools/fract.hxx>
#include <tools/stream.hxx>
-#include <rtl/strbuf.hxx>
#include <rtl/tencinfo.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
@@ -41,8 +38,6 @@
#include <officecfg/Office/Linguistic.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/wincodepage.hxx>
-#include <tools/helpers.hxx>
-#include <vcl/bitmapaccess.hxx>
#if OSL_DEBUG_LEVEL > 1
#define EMFP_DEBUG(x) x