From ef8f88a7df19559f6a748c3c1dad2b245d3d30d8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 7 Jul 2019 16:28:12 +0200 Subject: tdf#42949 Fix IWYU warnings in include/oox Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I89303217fd1141b2cfe248e5e6c0818ba01cf9d9 Reviewed-on: https://gerrit.libreoffice.org/75178 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/oox/ppt/pptimport.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/oox/ppt') diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx index 49b801b5179c..c97a6f8c4f57 100644 --- a/include/oox/ppt/pptimport.hxx +++ b/include/oox/ppt/pptimport.hxx @@ -20,13 +20,11 @@ #ifndef INCLUDED_OOX_PPT_PPTIMPORT_HXX #define INCLUDED_OOX_PPT_PPTIMPORT_HXX -#include #include #include #include #include -#include #include #include #include -- cgit