From 970751c818bb46029ab9fc84a45337bdd856d70b Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 26 Jun 2019 19:26:42 +0200 Subject: tdf#42949 Fix IWYU warnings in sw/inc/* New IWYU and recent developments in f-u-i helped to identify some non self contained files and mostly those were fixed. Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I21550193293b987311c56d8f7c9c3145547d2c6d Reviewed-on: https://gerrit.libreoffice.org/74909 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/inc/pvprtdat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/pvprtdat.hxx') diff --git a/sw/inc/pvprtdat.hxx b/sw/inc/pvprtdat.hxx index 57a950af32ae..a45aa5431d27 100644 --- a/sw/inc/pvprtdat.hxx +++ b/sw/inc/pvprtdat.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SW_INC_PVPRTDAT_HXX #define INCLUDED_SW_INC_PVPRTDAT_HXX -#include +#include class SwPagePreviewPrtData { -- cgit