ICU-442 remove dependency on wchar.h

X-SVN-Rev: 1992
This commit is contained in:
Vladimir Weinstein 2000-07-20 20:52:12 +00:00
parent e98c85a500
commit 42fe74c7d2
2 changed files with 1 additions and 9 deletions

View File

@ -46,6 +46,7 @@
*******************************************************************************
*/
#include "unicode/utypes.h"
#include "unicode/resbund.h"
#include "mutex.h"
@ -58,10 +59,6 @@
#include <string.h>
#if U_HAVE_WCHAR_H
# include <wchar.h>
#endif
#include "cmemory.h"

View File

@ -51,11 +51,6 @@
#include "unicode/unistr.h"
#include "unicode/locid.h"
#if U_HAVE_WCHAR_H
# include <wchar.h>
#endif
#ifndef _FILESTRM
typedef struct _FileStream FileStream;
#endif