diff options
Diffstat (limited to 'slideshow/source/engine/smilfunctionparser.cxx')
-rw-r--r-- | slideshow/source/engine/smilfunctionparser.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/slideshow/source/engine/smilfunctionparser.cxx b/slideshow/source/engine/smilfunctionparser.cxx index 6c587e8919a0..2ec3d8dc4d3c 100644 --- a/slideshow/source/engine/smilfunctionparser.cxx +++ b/slideshow/source/engine/smilfunctionparser.cxx @@ -20,17 +20,13 @@ #include <tools/diagnose_ex.h> -#include <rtl/math.hxx> - +#include <slideshowexceptions.hxx> #include <smilfunctionparser.hxx> #include <expressionnodefactory.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> -#include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/point/b2dpoint.hxx> - // Makes parser a static resource, // we're synchronized externally. // But watch out, the parser might have @@ -38,7 +34,6 @@ #define BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE #if defined(DBG_UTIL) -#include <typeinfo> #define BOOST_SPIRIT_DEBUG #endif #include <boost/spirit/include/classic_core.hpp> |