From e3206e67402f623bac17ca94a20dfb45391dcb48 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 16 Jan 2022 15:29:00 +0100 Subject: 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 --- emfio/inc/mtftools.hxx | 3 +-- emfio/qa/cppunit/emf/EmfImportTest.cxx | 3 --- emfio/source/emfuno/xemfparser.cxx | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) (limited to 'emfio') 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 #include #include +#include #include #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 -#include #include #include @@ -21,11 +20,9 @@ #include #include -#include #include -#include #include #include #include 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 #include #include -#include -#include #include #include -- cgit