mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-183 make ICU header files compile by themselves
X-SVN-Rev: 345
This commit is contained in:
parent
00209e5ae8
commit
96ffaa24d1
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,6 @@
|
|||
#define RBT_H
|
||||
|
||||
#include "translit.h"
|
||||
#include "uhash.h"
|
||||
#include "utypes.h"
|
||||
|
||||
class TransliterationRuleData;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "unistr.h"
|
||||
#include "locid.h"
|
||||
#include "umutex.h"
|
||||
|
||||
#include "udata.h"
|
||||
|
||||
class SimpleTimeZone;
|
||||
|
|
|
@ -9,13 +9,12 @@
|
|||
#define TRANSLIT_H
|
||||
|
||||
#include "unistr.h"
|
||||
#include "umutex.h"
|
||||
#include "uvector.h"
|
||||
|
||||
class Replaceable;
|
||||
class UnicodeFilter;
|
||||
class TransliterationRuleData;
|
||||
struct UHashtable;
|
||||
class UVector;
|
||||
|
||||
/**
|
||||
* <code>Transliterator</code> is an abstract class that
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
#ifndef UNIFILT_H
|
||||
#define UNIFILT_H
|
||||
|
||||
#include "utypes.h"
|
||||
|
||||
/**
|
||||
* <code>UnicodeFilter</code> defines a protocol for selecting a
|
||||
* subset of the full range (U+0000 to U+FFFF) of Unicode characters.
|
||||
|
|
Loading…
Add table
Reference in a new issue