]> git.sesse.net Git - vlc/commitdiff
libintl is never "included" anymore
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 15:33:26 +0000 (18:33 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 15:33:26 +0000 (18:33 +0300)
include/vlc_common.h

index 3b8ab21188d25aef9628b02391e145d9bdfe3156..2e92ea3654ee0c4ded44f3a2ab78cd561ad8b23c 100644 (file)
@@ -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 <libintl.h>
-#   endif
+#   include <libintl.h>
 #   undef _
 #   ifdef WIN32
 #       define _(String) vlc_dgettext (PACKAGE_NAME, String)