ICU-442 remove dependency on wchar.h
X-SVN-Rev: 1992
This commit is contained in:
parent
e98c85a500
commit
42fe74c7d2
@ -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"
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user