X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..4d9eefca008a7bc544144ef830fa144ce89deaa0:/icuSources/test/intltest/dadrcoll.h?ds=sidebyside diff --git a/icuSources/test/intltest/dadrcoll.h b/icuSources/test/intltest/dadrcoll.h index 7dd25051..29274867 100644 --- a/icuSources/test/intltest/dadrcoll.h +++ b/icuSources/test/intltest/dadrcoll.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 2002-2003, International Business Machines Corporation and + * Copyright (c) 2002-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -15,7 +15,7 @@ #include "unicode/utypes.h" -#if !UCONFIG_NO_COLLATION +#if !UCONFIG_NO_COLLATION && !UCONFIG_NO_FILE_IO #include "tscoll.h" #include "uvector.h" @@ -23,8 +23,9 @@ #include "unicode/tblcoll.h" #include "unicode/sortkey.h" #include "unicode/schriter.h" -#include "unicode/ures.h" -#include "tstdtmod.h" + +class TestDataModule; +class TestData; class SeqElement { public: @@ -50,6 +51,7 @@ private: TestDataModule *driver; UErrorCode status; UVector sequences; + RuleBasedCollator *UCA; // needed for opening collators from binary images }; #endif /* #if !UCONFIG_NO_COLLATION */