/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2002-2003, International Business Machines Corporation and
+ * Copyright (c) 2002-2009, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#include "unicode/utypes.h"
-#if !UCONFIG_NO_COLLATION
+#if !UCONFIG_NO_COLLATION && !UCONFIG_NO_FILE_IO
#include "tscoll.h"
#include "uvector.h"
#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:
TestDataModule *driver;
UErrorCode status;
UVector sequences;
+ RuleBasedCollator *UCA; // needed for opening collators from binary images
};
#endif /* #if !UCONFIG_NO_COLLATION */