From 78a56fc43552bdede4cd06e0c77106438c9de2f0 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 6 Mar 2001 01:29:30 +0000 Subject: [PATCH] ICU-865 as/400 needs ../callcoll.c too X-SVN-Rev: 3909 --- icu4c/source/test/intltest/allcoll.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/icu4c/source/test/intltest/allcoll.cpp b/icu4c/source/test/intltest/allcoll.cpp index 38c6f141fc..1c25ca4282 100644 --- a/icu4c/source/test/intltest/allcoll.cpp +++ b/icu4c/source/test/intltest/allcoll.cpp @@ -4,26 +4,11 @@ * others. All Rights Reserved. ********************************************************************/ -#ifndef _COLL #include "unicode/coll.h" -#endif - -#ifndef _TBLCOLL #include "unicode/tblcoll.h" -#endif - -#ifndef _UNISTR #include "unicode/unistr.h" -#endif - -#ifndef _SORTKEY #include "unicode/sortkey.h" -#endif - -#ifndef _ALLCOLL #include "allcoll.h" -#endif - #include "sfwdchit.h" /* @@ -31,11 +16,7 @@ * This helps maintain a single copy of the data. */ #define INCLUDE_CALLCOLL_C -#ifndef __OS400__ #include "../cintltst/callcoll.c" -#else -#include "cintltst/callcoll.c" -#endif CollationDummyTest::CollationDummyTest() : myCollation(0)