summaryrefslogtreecommitdiff
path: root/include/svtools/slidesorterbaropt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/slidesorterbaropt.hxx')
-rw-r--r--include/svtools/slidesorterbaropt.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svtools/slidesorterbaropt.hxx b/include/svtools/slidesorterbaropt.hxx
index 6471a6cca6e6..4a1d5ab9890d 100644
--- a/include/svtools/slidesorterbaropt.hxx
+++ b/include/svtools/slidesorterbaropt.hxx
@@ -21,12 +21,11 @@
#define INCLUDED_SVTOOLS_SLIDESORTERBAROPT_HXX
#include <svtools/svtdllapi.h>
-#include <sal/types.h>
-#include <osl/mutex.hxx>
-#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
#include <memory>
+namespace osl { class Mutex; }
+
/** forward declaration to our private date container implementation
We use these class as internal member to support small memory requirements.