From 6e450282a69f5437b737872d798c611cbe7064ad Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 20 Jan 2005 13:22:53 +0000 Subject: remove all setlocale calls, they break the behaviour of sscanf and strcasecmp, especially with tr_TR locale - and do not seem to be good for anything. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14543 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_msg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mp_msg.h') diff --git a/mp_msg.h b/mp_msg.h index 1e999563ae..6709947b5f 100644 --- a/mp_msg.h +++ b/mp_msg.h @@ -108,7 +108,6 @@ int mp_msg_test(int mod, int lev); #ifdef USE_I18N #include -#include #define mp_gettext(String) gettext(String) #else #define mp_gettext(String) String -- cgit v1.2.3