ICU-5349 Don't use mutex.h when umutex.h also works.
X-SVN-Rev: 20264
This commit is contained in:
parent
bbfffec872
commit
1658151152
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "uvector.h"
|
||||
#include "charstr.h"
|
||||
#include "ustrfmt.h"
|
||||
#include "mutex.h"
|
||||
#include "uassert.h"
|
||||
#include "hash.h"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user