]> granicus.if.org Git - icu/commitdiff
ICU-9232 Use forward declaration for non-public class
authorMichael Ow <mow@svn.icu-project.org>
Mon, 25 Jun 2012 16:34:19 +0000 (16:34 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Mon, 25 Jun 2012 16:34:19 +0000 (16:34 +0000)
X-SVN-Rev: 31986

icu4c/source/i18n/tmutfmt.cpp
icu4c/source/i18n/unicode/tmutfmt.h

index 19840508b1d698a1f1d5a1fab36e237c1c99b51f..e2c3f6a30d8ec668b4882b8f0e1dbd43f8881079 100644 (file)
@@ -11,6 +11,7 @@
 
 #if !UCONFIG_NO_FORMATTING
 
+#include "uvector.h"
 #include "charstr.h"
 #include "cmemory.h"
 #include "cstring.h"
index dd9aa36f45f85dfa5861b6de76a60cc616ca02bb..8c3979f5cf61e326b6286996a8bf865489c95107 100644 (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.