/*
*******************************************************************************
*
-* Copyright (C) 2001, International Business Machines
+* Copyright (C) 2001-2008, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
#if !UCONFIG_NO_COLLATION
-/*#include "ucmpe32.h"*/
#include "utrie.h"
-#include "uhash.h"
-#include "ucol_elm.h"
#include "ucol_imp.h"
-U_NAMESPACE_BEGIN
+U_CDECL_BEGIN
#define UPRV_CNTTAB_NEWELEMENT 0xFFFFFF
U_CAPI UBool U_EXPORT2
uprv_cnttab_isTailored(CntTable *table, uint32_t element, UChar *ztString, UErrorCode *status);
-U_NAMESPACE_END
+U_CDECL_END
#endif /* #if !UCONFIG_NO_COLLATION */