summaryrefslogtreecommitdiff
path: root/include/basic/sbmod.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-28 04:42:42 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-07 14:20:10 +0100
commit754c6af45ac64e2fec04e0bbea571c2892a672d8 (patch)
tree8b53db05afb86cb7ec65f34ed80f20a5ad95621c /include/basic/sbmod.hxx
parent756d7d7073e0542a7b1ae92cb88bada3530e50e9 (diff)
tdf#42949 Fix IWYU warnings in include/basic/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9dd7984affc4343f148c66077feaac19176adf51 Reviewed-on: https://gerrit.libreoffice.org/68769 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/basic/sbmod.hxx')
-rw-r--r--include/basic/sbmod.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx
index c38c7435ccef..8b9b78e9a07f 100644
--- a/include/basic/sbmod.hxx
+++ b/include/basic/sbmod.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_BASIC_SBMOD_HXX
#define INCLUDED_BASIC_SBMOD_HXX
-#include <com/sun/star/script/XInvocation.hpp>
#include <basic/sbdef.hxx>
#include <basic/sbxobj.hxx>
#include <basic/sbxdef.hxx>
@@ -30,15 +29,16 @@
#include <deque>
#include <memory>
#include <basic/basicdllapi.h>
-#include <basic/codecompletecache.hxx>
+#include <com/sun/star/uno/Reference.hxx>
+
+namespace com::sun::star::script { class XInvocation; }
class SbMethod;
class SbProperty;
-class SbiRuntime;
typedef std::deque< sal_uInt16 > SbiBreakpoints;
class SbiImage;
-class SbIfaceMapperMethod;
class SbClassModuleObject;
+class CodeCompleteDataCache;
class ModuleInitDependencyMap;