From 1093d74230e700da1c01726f9667b10c72a047de Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Thu, 29 May 2008 06:08:27 +0000 Subject: [PATCH] wchar.h need not be repeated --- src/i18n.c | 5 ----- src/tuxpaint.c | 8 ++------ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/i18n.c b/src/i18n.c index ed9fd0cc0..9eaec5a04 100644 --- a/src/i18n.c +++ b/src/i18n.c @@ -46,11 +46,6 @@ #ifndef OLD_UPPERCASE_CODE #include -#else -#if defined (__BEOS__) && !defined (__HAIKU__) -#include -#else -#endif #endif diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 865a91ca7..856a76099 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -200,8 +200,6 @@ char *strcasestr(const char *haystack, const char *needle) #endif -#include - // math.h makes y1 an obscure function! #define y1 evil_y1 #include @@ -209,12 +207,10 @@ char *strcasestr(const char *haystack, const char *needle) #include +#include + #ifndef OLD_UPPERCASE_CODE #include -#else -#if defined (__BEOS__) && !defined (__HAIKU__) -#include // FIXME - Going to happen anway, due to #include above! -bjk 2008.05.28 -#endif #endif #include