mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-3326 Don't include some unneeded headers.
X-SVN-Rev: 13967
This commit is contained in:
parent
8df2deeb1c
commit
c410e3e1d6
3 changed files with 0 additions and 7 deletions
|
@ -25,11 +25,8 @@ U_NAMESPACE_END
|
|||
|
||||
#else
|
||||
|
||||
#include "unicode/uobject.h"
|
||||
#include "unicode/unistr.h"
|
||||
#include "unicode/chariter.h"
|
||||
#include "unicode/locid.h"
|
||||
#include "unicode/ubrk.h"
|
||||
#include "unicode/strenum.h"
|
||||
|
||||
#include "hash.h"
|
||||
|
|
|
@ -24,11 +24,8 @@ U_NAMESPACE_END
|
|||
|
||||
#else
|
||||
|
||||
#include "unicode/uobject.h"
|
||||
#include "unicode/unistr.h"
|
||||
#include "unicode/chariter.h"
|
||||
#include "unicode/locid.h"
|
||||
#include "unicode/ubrk.h"
|
||||
|
||||
#include "hash.h"
|
||||
#include "uvector.h"
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include "unicode/uobject.h"
|
||||
#include "rbbirb.h"
|
||||
#include "uvector.h"
|
||||
#include "uhash.h"
|
||||
|
||||
struct UNewTrie;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue