From: Xavier Saint Date: Sun, 3 Aug 2008 18:02:35 +0000 (+0200) Subject: Since wget use libidn function for finding the locale, langinfo.h is useless X-Git-Tag: v1.13~338^2~7^2~6^2~7 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=e2813c1e4fdf1f565f65197445695cc18485ddb3 Since wget use libidn function for finding the locale, langinfo.h is useless --- diff --git a/src/main.c b/src/main.c index 799e5d63..79c35220 100644 --- a/src/main.c +++ b/src/main.c @@ -43,9 +43,6 @@ as that of the covered work. */ #include #include #include -#ifdef ENABLE_IRI -#include -#endif #include "utils.h" #include "init.h"