diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-19 07:29:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-18 15:11:50 +0200 |
commit | cb9414f59eca713e1aebac0a2894e8c9412612b7 (patch) | |
tree | e5933dcf0f1fb34d5bb47c93e142e284cfd80f98 /sc/inc/token.hxx | |
parent | 80e9f9f8d8cc3e1073f98b1413bc0b80b93ec4f9 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here
and a bit of fallout management.
Change-Id: I347377d7bb2a0cf8acda1ad28b5cc79bb954ab7d
Reviewed-on: https://gerrit.libreoffice.org/55726
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 5658dd0889ce..8e756a93a54f 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -22,13 +22,11 @@ #include <memory> #include <vector> -#include <boost/intrusive_ptr.hpp> #include <formula/opcode.hxx> #include "refdata.hxx" #include <tools/mempool.hxx> #include "scdllapi.h" -#include <formula/IFunctionDescription.hxx> #include <formula/token.hxx> #include "calcmacros.hxx" #include "types.hxx" |