ICU-5349 mutex.h isn't needed in these files.

X-SVN-Rev: 20265
This commit is contained in:
George Rhoten 2006-09-08 03:40:11 +00:00
parent 1658151152
commit 188452c09b
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (C) 2001-2005, International Business Machines
* Copyright (C) 2001-2006, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
@ -16,7 +16,6 @@
#include "unicode/uiter.h"
#include "nortrans.h"
#include "unormimp.h"
#include "mutex.h"
#include "ucln_in.h"
U_NAMESPACE_BEGIN

View File

@ -27,7 +27,6 @@
#include "uvectr32.h"
#include "uassert.h"
#include "ucln_in.h"
#include "mutex.h"
#include "regeximp.h"
#include "regexcst.h" // Contains state table for the regex pattern parser.