From 90c91b824c2b362b43bdd2f8d8d647867d8fe612 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 24 Apr 2018 21:55:39 +0200 Subject: sw: fix remaining IWYU warnings in inc/*.hxx Also check for not needed forward declarations. Change-Id: I92759f3f40d9458fd192665b39b87a78d8b97e5a Reviewed-on: https://gerrit.libreoffice.org/53418 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/inc/drawdoc.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/drawdoc.hxx') diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx index 60bd71cc8384..b607cb9e100a 100644 --- a/sw/inc/drawdoc.hxx +++ b/sw/inc/drawdoc.hxx @@ -22,7 +22,6 @@ #include class SwDoc; -class SwDocShell; class SwDrawModel : public FmFormModel { -- cgit