From b88706f98b0859a40b5e50596c9fa75398c90c2f Mon Sep 17 00:00:00 2001 From: Gabor Kelemen <kelemeng@ubuntu.com> Date: Sat, 19 May 2018 09:52:55 +0200 Subject: tdf#42949 Fix more IWYU warnings in sc/inc/d* Found with bin/find-unneeded-includes These were quite a bit entangled with each other thus a lot of fallout management was necessary. Also try harder to use fw declarations in files already checked Change-Id: Ia69c3a0d66ec2763ac03094aaa1b646a290d3cfa Reviewed-on: https://gerrit.libreoffice.org/56361 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> --- sc/inc/dpitemdata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/dpitemdata.hxx') diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx index 44e3dc1930c1..5e589f01f10e 100644 --- a/sc/inc/dpitemdata.hxx +++ b/sc/inc/dpitemdata.hxx @@ -11,9 +11,9 @@ #define INCLUDED_SC_INC_DPITEMDATA_HXX #include "scdllapi.h" -#include "address.hxx" #include <sal/types.h> +#include <rtl/ustring.h> #include <rtl/ustring.hxx> #include "calcmacros.hxx" #include "dpglobal.hxx" -- cgit