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/refhint.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/refhint.hxx') diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx index ef5fc6058fd0..12c804db45ba 100644 --- a/sc/inc/refhint.hxx +++ b/sc/inc/refhint.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_REFHINT_HXX #define INCLUDED_SC_INC_REFHINT_HXX -#include "address.hxx" +#include "types.hxx" #include namespace sc { -- cgit