summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--posix/regex_internal.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aabcd62cf9..a6e6e65c91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 d1ed3dc46a..5c39f05dfd 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