ICU-9232 Use forward declaration for non-public class

X-SVN-Rev: 31986
This commit is contained in:
Michael Ow 2012-06-25 16:34:19 +00:00
parent d4a2d5b7bc
commit 6f32f4f5a4
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,7 @@
#if !UCONFIG_NO_FORMATTING
#include "uvector.h"
#include "charstr.h"
#include "cmemory.h"
#include "cstring.h"

View File

@ -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.