summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h1
1 files changed, 0 insertions, 1 deletions
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 <libintl.h>
-#include <locale.h>
#define mp_gettext(String) gettext(String)
#else
#define mp_gettext(String) String