ICU-9232 Use forward declaration for non-public class
X-SVN-Rev: 31986
This commit is contained in:
parent
d4a2d5b7bc
commit
6f32f4f5a4
@ -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…
Reference in New Issue
Block a user