diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-14 00:35:50 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-19 13:15:35 +0200 |
commit | c72280c1e9a77e0175d8bb2452ee6a535aa8fb99 (patch) | |
tree | cb2b12e357b6ccebc6c13f49038d2e0acb97502c | |
parent | d20cf3e4b61ec05a39da5079a17234653d9c45c6 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/l*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib19d239ac3f48192461aeeb1b1456bda986c11e3
Reviewed-on: https://gerrit.libreoffice.org/54462
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r-- | sc/inc/lookupcache.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx index 0997f6542811..fa55c2bcbced 100644 --- a/sc/inc/lookupcache.hxx +++ b/sc/inc/lookupcache.hxx @@ -21,8 +21,6 @@ #define INCLUDED_SC_INC_LOOKUPCACHE_HXX #include "address.hxx" -#include "global.hxx" -#include <formula/token.hxx> #include <svl/listener.hxx> #include <unordered_map> |