From 1658151152fc42caf734fce88caf877cfb6562e7 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 8 Sep 2006 03:35:35 +0000 Subject: [PATCH] ICU-5349 Don't use mutex.h when umutex.h also works. X-SVN-Rev: 20264 --- icu4c/source/common/brkeng.cpp | 2 +- icu4c/source/common/rbbi.cpp | 2 +- icu4c/source/common/uniset.cpp | 1 - icu4c/source/common/uniset_props.cpp | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/icu4c/source/common/brkeng.cpp b/icu4c/source/common/brkeng.cpp index f0a3ea799f..e6c4226785 100644 --- a/icu4c/source/common/brkeng.cpp +++ b/icu4c/source/common/brkeng.cpp @@ -20,7 +20,7 @@ #include "unicode/putil.h" #include "unicode/ustring.h" #include "uvector.h" -#include "mutex.h" +#include "umutex.h" #include "uresimp.h" #include "ubrkimpl.h" diff --git a/icu4c/source/common/rbbi.cpp b/icu4c/source/common/rbbi.cpp index 04f711c3b2..b46147451a 100644 --- a/icu4c/source/common/rbbi.cpp +++ b/icu4c/source/common/rbbi.cpp @@ -23,7 +23,7 @@ #include "rbbirb.h" #include "cmemory.h" #include "cstring.h" -#include "mutex.h" +#include "umutex.h" #include "ucln_cmn.h" #include "brkeng.h" diff --git a/icu4c/source/common/uniset.cpp b/icu4c/source/common/uniset.cpp index 50e786304e..0d1a273d75 100644 --- a/icu4c/source/common/uniset.cpp +++ b/icu4c/source/common/uniset.cpp @@ -19,7 +19,6 @@ #include "uvector.h" #include "charstr.h" #include "ustrfmt.h" -#include "mutex.h" #include "uassert.h" #include "hash.h" diff --git a/icu4c/source/common/uniset_props.cpp b/icu4c/source/common/uniset_props.cpp index c1e9791f45..e492c910f2 100644 --- a/icu4c/source/common/uniset_props.cpp +++ b/icu4c/source/common/uniset_props.cpp @@ -39,7 +39,7 @@ #include "uinvchar.h" #include "charstr.h" #include "cstring.h" -#include "mutex.h" +#include "umutex.h" #include "uassert.h" #include "hash.h"