From 0065092103e830b8d2e1e167c9630ee3e76d5e19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 1 May 2008 18:33:26 +0300 Subject: [PATCH] libintl is never "included" anymore --- include/vlc_common.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/vlc_common.h b/include/vlc_common.h index 3b8ab21188..2e92ea3654 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -976,11 +976,7 @@ VLC_EXPORT( unsigned, vlc_CPU, ( void ) ); defined(MODULE_NAME_IS_pda)) /* Declare nothing: gnome.h will do it for us */ #elif defined( ENABLE_NLS ) -# if defined( HAVE_INCLUDED_GETTEXT ) -# include "libintl.h" -# else -# include -# endif +# include # undef _ # ifdef WIN32 # define _(String) vlc_dgettext (PACKAGE_NAME, String) -- 2.39.5