summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soldep/bootstrp/prj.cxx2
-rw-r--r--soldep/inc/soldep/prj.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/soldep/bootstrp/prj.cxx b/soldep/bootstrp/prj.cxx
index 8ef434e49c15..0e09f8fd815c 100644
--- a/soldep/bootstrp/prj.cxx
+++ b/soldep/bootstrp/prj.cxx
@@ -28,7 +28,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <bootstrp/sstring.hxx>
-#include <vos/mutex.hxx>
+#include <osl/mutex.hxx>
#define ENABLE_BYTESTRING_STREAM_OPERATORS
#include <tools/stream.hxx>
diff --git a/soldep/inc/soldep/prj.hxx b/soldep/inc/soldep/prj.hxx
index 47dc89cc1e5e..c5587e5e7fdf 100644
--- a/soldep/inc/soldep/prj.hxx
+++ b/soldep/inc/soldep/prj.hxx
@@ -31,7 +31,7 @@
#include <tools/fsys.hxx>
#include <tools/stream.hxx>
#include <bootstrp/listmacr.hxx>
-#include <vos/mutex.hxx>
+#include <osl/mutex.hxx>
#include <tools/string.hxx>
#define XML_EXT "xlist"