X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/common/servls.cpp?ds=sidebyside diff --git a/icuSources/common/servls.cpp b/icuSources/common/servls.cpp index 0e29bfce..90065188 100644 --- a/icuSources/common/servls.cpp +++ b/icuSources/common/servls.cpp @@ -1,6 +1,6 @@ /** ******************************************************************************* - * Copyright (C) 2001-2011, International Business Machines Corporation and * + * Copyright (C) 2001-2014, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* * @@ -16,7 +16,6 @@ #include "servloc.h" #include "ustrfmt.h" #include "charstr.h" -#include "ucln_cmn.h" #include "uassert.h" #define UNDERSCORE_CHAR ((UChar)0x005f) @@ -25,7 +24,7 @@ U_NAMESPACE_BEGIN -static UMTX llock; +static UMutex llock = U_MUTEX_INITIALIZER; ICULocaleService::ICULocaleService() : fallbackLocale(Locale::getDefault()) {