diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-11 21:55:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-15 09:09:01 +0200 |
commit | 8713c1ffd852817404447a507a21fc4a613914d9 (patch) | |
tree | d6ec73971d94adf519ff2d8c2d34d544ca481040 /sc/inc/editutil.hxx | |
parent | 1c2d8e870cc09e883bc7d53ff6fdefa6c9092a33 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <memory> #include "scdllapi.h" -#include "address.hxx" +#include "types.hxx" #include <editeng/editeng.hxx> #include <svx/pageitem.hxx> #include <tools/date.hxx> |