diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-19 09:52:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-26 12:03:12 +0200 |
commit | b88706f98b0859a40b5e50596c9fa75398c90c2f (patch) | |
tree | 2bcd709284b1f8af118da2d244717777973bdfd8 /sc/inc/dpitemdata.hxx | |
parent | 8617c8ed9047e46808c292bd68e5b573aa7af74d (diff) |
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>
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r-- | sc/inc/dpitemdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" |