From 8713c1ffd852817404447a507a21fc4a613914d9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 11 May 2018 21:55:49 +0200 Subject: tdf#42949 Fix IWYU warnings in sc/inc/e* Found with bin/find-unneeded-includes Only removal proposals/trivial replacements are dealt with here. Change-Id: I0ad6772012c771e8ab3f3f42af26f9ac05615771 Reviewed-on: https://gerrit.libreoffice.org/54147 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/inc/editutil.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/editutil.hxx') diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 1e06b7b9c3d4..6aac49e77f51 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -22,7 +22,7 @@ #include #include "scdllapi.h" -#include "address.hxx" +#include "types.hxx" #include #include #include -- cgit