From 0065092103e830b8d2e1e167c9630ee3e76d5e19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rem@videolan.org>
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 3b8ab21188d2..2e92ea3654ee 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 <libintl.h>
-#   endif
+#   include <libintl.h>
 #   undef _
 #   ifdef WIN32
 #       define _(String) vlc_dgettext (PACKAGE_NAME, String)
-- 
GitLab