summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-09-15 10:37:35 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-17 16:43:45 +0200
commitb943b9b974ac8c093677b4f625e93c6e64e4ceb4 (patch)
tree4fd9c2ff7a5f69b499cab84153e562ea7093cf24 /sc/source/filter/inc/xcl97esc.hxx
parenta7e9db8338e93921ede5892545ce18655d08aad5 (diff)
tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3211d2c8c35320a2e924cfe8bb561c315db4ef5e Reviewed-on: https://gerrit.libreoffice.org/60534 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index f3b5c9f21d0c..18f519b0d89b 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -23,13 +23,10 @@
#include <memory>
#include <stack>
#include <filter/msfilter/escherex.hxx>
-#include "xlescher.hxx"
#include "xeroot.hxx"
-#include <vector>
+#include <unotools/tempfile.hxx>
-namespace utl { class TempFile; }
-
-class SvStream;
+namespace com { namespace sun { namespace star { namespace awt { class XControlModel; } } } }
class XclEscherExGlobal : public EscherExGlobal, protected XclExpRoot
{
@@ -53,7 +50,6 @@ class XclEscherClientTextbox;
class XclExpOcxControlObj;
class XclExpTbxControlObj;
class XclExpShapeObj;
-class EscherExHostAppData;
class ShapeInteractionHelper
{
public: