summaryrefslogtreecommitdiff
path: root/sc/inc/interpretercontext.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-24 01:43:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-31 09:05:24 +0100
commit7513af89362a7d54e0210049d3644db5818950a5 (patch)
tree44778a5fbb1de7caea6feb16c01548cdb4192a27 /sc/inc/interpretercontext.hxx
parentf4818faf83fef91099b2fee972ccf3cb25aedd30 (diff)
tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/
Found with bin/find-unneeded-includes after recent improvements - remove UNO headers from blacklist - remove newly found unneeded fw declarations - fix up some not self contained headers Change-Id: I605656bc98a64640a78d2ff4de9c7c37326033cf Reviewed-on: https://gerrit.libreoffice.org/62264 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/interpretercontext.hxx')
-rw-r--r--sc/inc/interpretercontext.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/inc/interpretercontext.hxx b/sc/inc/interpretercontext.hxx
index 2855370e7b09..b12bf17410a4 100644
--- a/sc/inc/interpretercontext.hxx
+++ b/sc/inc/interpretercontext.hxx
@@ -11,9 +11,13 @@
#define INCLUDED_SC_INC_INTERPRETERCONTEXT_HXX
#include <vector>
-#include <formula/token.hxx>
#include "types.hxx"
+namespace formula
+{
+class FormulaToken;
+}
+
#define TOKEN_CACHE_SIZE 8
class ScDocument;