wchar.h need not be repeated
This commit is contained in:
parent
cef17d71b9
commit
1093d74230
2 changed files with 2 additions and 11 deletions
|
|
@ -46,11 +46,6 @@
|
||||||
|
|
||||||
#ifndef OLD_UPPERCASE_CODE
|
#ifndef OLD_UPPERCASE_CODE
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#else
|
|
||||||
#if defined (__BEOS__) && !defined (__HAIKU__)
|
|
||||||
#include <wchar.h>
|
|
||||||
#else
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -200,8 +200,6 @@ char *strcasestr(const char *haystack, const char *needle)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <wchar.h>
|
|
||||||
|
|
||||||
// math.h makes y1 an obscure function!
|
// math.h makes y1 an obscure function!
|
||||||
#define y1 evil_y1
|
#define y1 evil_y1
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
@ -209,12 +207,10 @@ char *strcasestr(const char *haystack, const char *needle)
|
||||||
|
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
|
#include <wchar.h>
|
||||||
|
|
||||||
#ifndef OLD_UPPERCASE_CODE
|
#ifndef OLD_UPPERCASE_CODE
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#else
|
|
||||||
#if defined (__BEOS__) && !defined (__HAIKU__)
|
|
||||||
#include <wchar.h> // FIXME - Going to happen anway, due to #include above! -bjk 2008.05.28
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue