X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b25be06635768807f8f693286fa73bb2297bb06c..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/common/ucol_swp.cpp diff --git a/icuSources/common/ucol_swp.cpp b/icuSources/common/ucol_swp.cpp index c59a610b..b33268c8 100644 --- a/icuSources/common/ucol_swp.cpp +++ b/icuSources/common/ucol_swp.cpp @@ -1,11 +1,11 @@ /* ******************************************************************************* * -* Copyright (C) 2003-2010, International Business Machines +* Copyright (C) 2003-2012, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* -* file name: ucol_swp.c +* file name: ucol_swp.cpp * encoding: US-ASCII * tab size: 8 (not used) * indentation:4 @@ -20,7 +20,7 @@ #include "utrie.h" #include "udataswp.h" #include "cmemory.h" -#include "ucol_imp.h" +#include "ucol_data.h" #include "ucol_swp.h" /* swapping ----------------------------------------------------------------- */ @@ -106,7 +106,6 @@ utrie_swap(const UDataSwapper *ds, U_CAPI UBool U_EXPORT2 ucol_looksLikeCollationBinary(const UDataSwapper *ds, const void *inData, int32_t length) { - const uint8_t *inBytes; const UCATableHeader *inHeader; UCATableHeader header; @@ -114,7 +113,6 @@ ucol_looksLikeCollationBinary(const UDataSwapper *ds, return FALSE; } - inBytes=(const uint8_t *)inData; inHeader=(const UCATableHeader *)inData; /*