diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-26 20:14:08 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-11-05 10:09:53 +0100 |
commit | 50823d893807d590d20ca8ee97a9a345d5df4ac3 (patch) | |
tree | 0d702207d380b37d9748fb12772283db56443536 /include/svtools | |
parent | f051e54ab800b07884c085f28169137b2f8fe3a5 (diff) |
tdf#42949 Fix IWYU warnings in include/sot/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic5d0dd8c712e74825ed0d0de6bf366568ca48f25
Reviewed-on: https://gerrit.libreoffice.org/62460
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/transfer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx index dfd6e1b77dc0..24ddf24be61f 100644 --- a/include/svtools/transfer.hxx +++ b/include/svtools/transfer.hxx @@ -25,6 +25,7 @@ #include <tools/gen.hxx> #include <tools/link.hxx> #include <tools/ref.hxx> +#include <tools/solar.h> #include <sot/formats.hxx> #include <sot/exchange.hxx> #include <cppuhelper/implbase.hxx> |