summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-16 03:14:13 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:27 -0500
commit2168deeb9c85c9ff5ab2bd3527d321fc5150c1a4 (patch)
tree71146e06a3c459f6f0169fdff793947ae9bff636 /soldep
parent413d918706cf09a5b5b0a977e04327014e9403c3 (diff)
merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
Diffstat (limited to 'soldep')
-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"