This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make the pod2html tests work with fs with vols
[perl5.git] / locale.c
index 81c09ab..b7a78fb 100644 (file)
--- a/locale.c
+++ b/locale.c
 #define PERL_IN_LOCALE_C
 #include "perl.h"
 
-#ifdef I_LOCALE
-#  include <locale.h>
-#endif
-
 #ifdef I_LANGINFO
 #   include <langinfo.h>
 #endif