1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Since wget use libidn function for finding the locale, langinfo.h is useless

This commit is contained in:
Xavier Saint 2008-08-03 20:02:35 +02:00
parent a0c75a96c0
commit e2813c1e4f

View File

@ -43,9 +43,6 @@ as that of the covered work. */
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <time.h> #include <time.h>
#ifdef ENABLE_IRI
#include <langinfo.h>
#endif
#include "utils.h" #include "utils.h"
#include "init.h" #include "init.h"