diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-16 15:29:00 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-01-17 01:33:35 +0100 |
commit | e3206e67402f623bac17ca94a20dfb45391dcb48 (patch) | |
tree | 9760a8e135bd39a916a1931445a04df26c1fe324 /emfio | |
parent | 52443996eff721e612ac4afc1eb1a53bb8a3e06f (diff) |
Recheck modules [e-f]* with IWYU
See tdf#42949 for motivation
Change-Id: I49a3ce10dee4b03f99156f5b641f69448e1d5617
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128479
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/inc/mtftools.hxx | 3 | ||||
-rw-r--r-- | emfio/qa/cppunit/emf/EmfImportTest.cxx | 3 | ||||
-rw-r--r-- | emfio/source/emfuno/xemfparser.cxx | 2 |
3 files changed, 1 insertions, 7 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx index 8e3ccba65b84..84a012f183d6 100644 --- a/emfio/inc/mtftools.hxx +++ b/emfio/inc/mtftools.hxx @@ -27,6 +27,7 @@ #include <vcl/bitmapex.hxx> #include <vcl/lineinfo.hxx> #include <vcl/rendercontext/State.hxx> +#include <vcl/metaact.hxx> #include <rtl/ref.hxx> #include "emfiodllapi.h" @@ -260,8 +261,6 @@ namespace emfio #define UNDOCUMENTED_WIN_RCL_RELATION 32 #define MS_FIXPOINT_BITCOUNT_28_4 4 -class MetaFontAction; - //============================ WmfReader ================================== namespace emfio diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx b/emfio/qa/cppunit/emf/EmfImportTest.cxx index c436a53ab8e7..0f0bd76d199d 100644 --- a/emfio/qa/cppunit/emf/EmfImportTest.cxx +++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx @@ -8,7 +8,6 @@ */ #include <sal/config.h> -#include <config_features.h> #include <config_fonts.h> #include <test/bootstrapfixture.hxx> @@ -21,11 +20,9 @@ #include <com/sun/star/graphic/XGraphic.hpp> #include <comphelper/seqstream.hxx> -#include <comphelper/sequence.hxx> #include <com/sun/star/graphic/EmfTools.hpp> -#include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <drawinglayer/primitive2d/Primitive2DContainer.hxx> #include <drawinglayer/tools/primitive2dxmldump.hxx> #include <vcl/filter/PDFiumLibrary.hxx> diff --git a/emfio/source/emfuno/xemfparser.cxx b/emfio/source/emfuno/xemfparser.cxx index bd9ad4ac6eb3..d5342edf747f 100644 --- a/emfio/source/emfuno/xemfparser.cxx +++ b/emfio/source/emfuno/xemfparser.cxx @@ -23,8 +23,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/supportsservice.hxx> -#include <comphelper/sequence.hxx> -#include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <vcl/outdev.hxx> #include <vcl/svapp.hxx> |