]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/ucbuf.h
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / ucbuf.h
index 069cd1a4893d0f3bebb1f996255963e652a8af4b..abb36c851ee7bfcb0d03531604ec28e496b63e6d 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1998-2001, International Business Machines
+*   Copyright (C) 1998-2005, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *******************************************************************************
 */
 
-#include "unicode/utypes.h"
 #include "unicode/ucnv.h"
 #include "filestrm.h"
-#include "cmemory.h"
-#include <stdio.h>
+
+#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
+