]> sjero.net Git - wget/commitdiff
Since wget use libidn function for finding the locale, langinfo.h is useless
authorXavier Saint <wget@sxav.eu>
Sun, 3 Aug 2008 18:02:35 +0000 (20:02 +0200)
committerXavier Saint <wget@sxav.eu>
Sun, 3 Aug 2008 18:02:35 +0000 (20:02 +0200)
src/main.c

index 799e5d63b60d7e6c59f480ca6b9810115351788f..79c35220e28420188cd43fd00a26014fd5c43acf 100644 (file)
@@ -43,9 +43,6 @@ as that of the covered work.  */
 #include <assert.h>
 #include <errno.h>
 #include <time.h>
-#ifdef ENABLE_IRI
-#include <langinfo.h>
-#endif
 
 #include "utils.h"
 #include "init.h"