diff options
Diffstat (limited to 'starmath/inc/smmod.hxx')
-rw-r--r-- | starmath/inc/smmod.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index 8080028aa44b..b225b654a8e5 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -20,14 +20,13 @@ #ifndef INCLUDED_STARMATH_INC_SMMOD_HXX #define INCLUDED_STARMATH_INC_SMMOD_HXX -#include <svl/lstner.hxx> -#include <svtools/colorcfg.hxx> - #include <sfx2/module.hxx> #include <unotools/options.hxx> #include <memory> +namespace svtools { class ColorConfig; } + class SfxObjectFactory; class SmSymbolManager; class SmMathConfig; |