diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/inc/pch/precompiled_ucb.hxx | 2 | ||||
-rw-r--r-- | ucb/workben/ucb/ucbdemo.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/inc/pch/precompiled_ucb.hxx b/ucb/inc/pch/precompiled_ucb.hxx index d3af6260001a..bdbfee17a650 100644 --- a/ucb/inc/pch/precompiled_ucb.hxx +++ b/ucb/inc/pch/precompiled_ucb.hxx @@ -176,7 +176,7 @@ #include "ucbhelper/proxydecider.hxx" #include "osl/diagnose.h" -#include "vos/mutex.hxx" +#include "osl/mutex.hxx" #include "vos/process.hxx" //---MARKER--- diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx index 60f7129cc3ec..4d95f95febe5 100644 --- a/ucb/workben/ucb/ucbdemo.cxx +++ b/ucb/workben/ucb/ucbdemo.cxx @@ -31,7 +31,7 @@ #include <stack> #include <rtl/ustrbuf.hxx> -#include <vos/mutex.hxx> +#include <osl/mutex.hxx> #include <vos/process.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/bootstrap.hxx> |