From 556b322585614b66ab2277c57714e1671a182a2a Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 13 Aug 2003 20:40:12 +0000 Subject: [PATCH] ICU-2235 Fix for gcc X-SVN-Rev: 12817 --- icu4c/source/common/uresdata.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/icu4c/source/common/uresdata.h b/icu4c/source/common/uresdata.h index cbcaf6589b8..dc4d87a61b3 100644 --- a/icu4c/source/common/uresdata.h +++ b/icu4c/source/common/uresdata.h @@ -20,6 +20,7 @@ #include "unicode/utypes.h" #include "unicode/udata.h" +#include "udataswp.h" /* * A Resource is a 32-bit value that has 2 bit fields: @@ -178,10 +179,6 @@ U_CFUNC Resource res_getTableItemByIndex(const ResourceData *pResData, Resource U_CFUNC Resource res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexS, const char* * key); U_CFUNC Resource res_findResource(const ResourceData *pResData, Resource r, const char** path, const char** key); -/* forward declaration */ -struct UDataSwapper; -typedef struct UDataSwapper UDataSwapper; - /** * Swap an ICU resource bundle. See udataswp.h. * @internal