diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | posix/regex_internal.h | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2014-11-04 Andreas Schwab <schwab@suse.de> + + * posix/regex_internal.h: Don't include <locale/elem-hash.h>. + 2014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode diff --git a/posix/regex_internal.h b/posix/regex_internal.h index d1ed3dc..5c39f05 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -62,7 +62,6 @@ # ifndef _RE_DEFINE_LOCALE_FUNCTIONS # define _RE_DEFINE_LOCALE_FUNCTIONS 1 # include <locale/localeinfo.h> -# include <locale/elem-hash.h> # include <locale/coll-lookup.h> # endif #endif |