summaryrefslogtreecommitdiff
path: root/include/unotools/fontoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fontoptions.hxx')
-rw-r--r--include/unotools/fontoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/fontoptions.hxx b/include/unotools/fontoptions.hxx
index 4f5a8eb7cb63..1779b2199bfa 100644
--- a/include/unotools/fontoptions.hxx
+++ b/include/unotools/fontoptions.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.