diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-15 07:11:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-04 08:33:57 +0200 |
commit | 620315e0cb230b6e6922920c6e0e7bb25386cce6 (patch) | |
tree | de9ac69f7d65b07274ab8ac8103f1caae0459b42 /sc/inc/reftokenhelper.hxx | |
parent | 951e7a43e62c22d4c7f7fb18de738d86ab3c2251 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/r*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here
and a bit of fallout management
Change-Id: I5dd272c6c5fa305113f4446ed49c130c6c007146
Reviewed-on: https://gerrit.libreoffice.org/55096
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/reftokenhelper.hxx')
-rw-r--r-- | sc/inc/reftokenhelper.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/reftokenhelper.hxx b/sc/inc/reftokenhelper.hxx index 0ce3336db8c2..cf71b2309bad 100644 --- a/sc/inc/reftokenhelper.hxx +++ b/sc/inc/reftokenhelper.hxx @@ -20,13 +20,15 @@ #ifndef INCLUDED_SC_INC_REFTOKENHELPER_HXX #define INCLUDED_SC_INC_REFTOKENHELPER_HXX -#include "token.hxx" +#include "address.hxx" +#include "types.hxx" +#include "scdllapi.h" #include <vector> class ScDocument; -class ScRange; class ScRangeList; +struct ScComplexRefData; namespace ScRefTokenHelper { |