summaryrefslogtreecommitdiff
path: root/include/unotools/extendedsecurityoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/extendedsecurityoptions.hxx')
-rw-r--r--include/unotools/extendedsecurityoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/extendedsecurityoptions.hxx b/include/unotools/extendedsecurityoptions.hxx
index c6ca9b0d669c..1b5183d3f551 100644
--- a/include/unotools/extendedsecurityoptions.hxx
+++ b/include/unotools/extendedsecurityoptions.hxx
@@ -21,11 +21,11 @@
#include <unotools/unotoolsdllapi.h>
#include <sal/types.h>
-#include <osl/mutex.hxx>
-#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
#include <memory>
+namespace osl { class Mutex; }
+
/*-************************************************************************************************************
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.