X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..d5d484b0fbe924d3663b177965538d517ee412c1:/icuSources/tools/toolutil/ucbuf.h?ds=sidebyside diff --git a/icuSources/tools/toolutil/ucbuf.h b/icuSources/tools/toolutil/ucbuf.h index 069cd1a4..abb36c85 100644 --- a/icuSources/tools/toolutil/ucbuf.h +++ b/icuSources/tools/toolutil/ucbuf.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1998-2001, International Business Machines +* Copyright (C) 1998-2005, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -17,11 +17,10 @@ ******************************************************************************* */ -#include "unicode/utypes.h" #include "unicode/ucnv.h" #include "filestrm.h" -#include "cmemory.h" -#include + +#if !UCONFIG_NO_CONVERSION #ifndef UCBUF_H #define UCBUF_H 1 @@ -194,3 +193,5 @@ U_CAPI const char* U_EXPORT2 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status); #endif +#endif +