Remove unused include

Message ID mvma947gh2t.fsf@hawking.suse.de
State Committed
Headers

Commit Message

Andreas Schwab Nov. 4, 2014, 2:45 p.m. UTC
  elem_hash hasn't been used in regexp code since 7e2f0d2.  Tested on
x86_64-suse-linux and installed as obvious.

Andreas.

	* posix/regex_internal.h: Don't include <locale/elem-hash.h>.
  

Patch

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