summaryrefslogtreecommitdiff
path: root/emfio/qa/cppunit
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/qa/cppunit
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/qa/cppunit')
-rw-r--r--emfio/qa/cppunit/emf/EmfImportTest.cxx2
-rw-r--r--emfio/qa/cppunit/wmf/wmfimporttest.cxx3
2 files changed, 1 insertions, 4 deletions
diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx b/emfio/qa/cppunit/emf/EmfImportTest.cxx
index 94b4f6acd11f..2601e0e69f8f 100644
--- a/emfio/qa/cppunit/emf/EmfImportTest.cxx
+++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx
@@ -17,8 +17,6 @@
#include <comphelper/sequence.hxx>
#include <com/sun/star/graphic/EmfTools.hpp>
-#include <com/sun/star/graphic/Primitive2DTools.hpp>
-#include <com/sun/star/graphic/XPrimitive2D.hpp>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <drawinglayer/tools/primitive2dxmldump.hxx>
diff --git a/emfio/qa/cppunit/wmf/wmfimporttest.cxx b/emfio/qa/cppunit/wmf/wmfimporttest.cxx
index 5f9de170c595..e121f248f979 100644
--- a/emfio/qa/cppunit/wmf/wmfimporttest.cxx
+++ b/emfio/qa/cppunit/wmf/wmfimporttest.cxx
@@ -18,10 +18,9 @@
*/
#include <test/xmltesttools.hxx>
-#include <test/setupvcl.hxx>
#include <test/bootstrapfixture.hxx>
+#include <vcl/gdimtf.hxx>
#include <vcl/wmf.hxx>
-#include <vcl/metaact.hxx>
#include <mtftools.hxx>
using namespace css;