mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-9232 Use forward declaration for non-public class
X-SVN-Rev: 31986
This commit is contained in:
parent
d4a2d5b7bc
commit
6f32f4f5a4
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include "uvector.h"
|
||||
#include "charstr.h"
|
||||
#include "cmemory.h"
|
||||
#include "cstring.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "unicode/measfmt.h"
|
||||
#include "unicode/numfmt.h"
|
||||
#include "unicode/plurrule.h"
|
||||
#include "uvector.h"
|
||||
|
||||
/**
|
||||
* Constants for various styles.
|
||||
|
@ -46,7 +45,7 @@ typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle; /**< @stable ICU 4.8 */
|
|||
U_NAMESPACE_BEGIN
|
||||
|
||||
class Hashtable;
|
||||
|
||||
class UVector;
|
||||
|
||||
/**
|
||||
* Format or parse a TimeUnitAmount, using plural rules for the units where available.
|
||||
|
|
Loading…
Add table
Reference in a new issue