From f6e72cf4f70ac4f7bc6ace7c0cdb5e2afa13199a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 2 Jul 2019 00:40:24 +0200 Subject: tdf#42949 Fix IWYU warnings in sc/inc Found with bin/find-unneeded-includes Only removal proposals are dealt with here. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Change-Id: I3b33b0dee7d7c9afc136510898039cab53990ddf Reviewed-on: https://gerrit.libreoffice.org/74980 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/inc/scopetools.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/scopetools.hxx') diff --git a/sc/inc/scopetools.hxx b/sc/inc/scopetools.hxx index 93f7238ec138..135a7ff5e008 100644 --- a/sc/inc/scopetools.hxx +++ b/sc/inc/scopetools.hxx @@ -11,7 +11,6 @@ #define INCLUDED_SC_INC_SCOPETOOLS_HXX #include "scdllapi.h" -#include class ScDocument; namespace vcl { class Window; } -- cgit