diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-02 00:40:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-09 09:20:34 +0200 |
commit | f6e72cf4f70ac4f7bc6ace7c0cdb5e2afa13199a (patch) | |
tree | f9bdff741e11595f56ace494d51461e33659e369 /sc/inc/unitconv.hxx | |
parent | 9a15a75dfa7ab8c5d51c411e0e39d68d22b7587a (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'sc/inc/unitconv.hxx')
-rw-r--r-- | sc/inc/unitconv.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/unitconv.hxx b/sc/inc/unitconv.hxx index 01a6a3437846..465aacf4eacd 100644 --- a/sc/inc/unitconv.hxx +++ b/sc/inc/unitconv.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_SC_INC_UNITCONV_HXX #define INCLUDED_SC_INC_UNITCONV_HXX +#include <rtl/ustring.hxx> + #include <map> class ScUnitConverterData |