From 8d727c64bdc7ff185be70b69305c8982583eb38b Mon Sep 17 00:00:00 2001 From: Syn Wee Quek Date: Wed, 21 Feb 2001 01:59:39 +0000 Subject: [PATCH] ICU-807 Modified include statement for uhash.h to make as400 happy. X-SVN-Rev: 3702 --- icu4c/source/i18n/tblcoll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/tblcoll.cpp b/icu4c/source/i18n/tblcoll.cpp index 317f97f050..30f90b38d9 100644 --- a/icu4c/source/i18n/tblcoll.cpp +++ b/icu4c/source/i18n/tblcoll.cpp @@ -57,7 +57,7 @@ #include "ucolimp.h" #include "unicode/tblcoll.h" #include "unicode/coleitr.h" -#include "../common/uhash.h" +#include "uhash.h" #include "unicode/resbund.h" #ifdef _DEBUG