diff options
author | Andreas Schwab <schwab@suse.de> | 2014-09-17 12:34:24 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-11-04 15:32:07 +0100 |
commit | 97827bfc5f5e039f29766369035cf73f0df27888 (patch) | |
tree | 58c89b642d039b051b910f5e848a90a1d2d6cf50 /posix | |
parent | 5e4df2848d5b0cfa8bedd9ef540e85cd33ff8f3b (diff) | |
download | glibc-97827bfc5f5e039f29766369035cf73f0df27888.tar glibc-97827bfc5f5e039f29766369035cf73f0df27888.tar.gz glibc-97827bfc5f5e039f29766369035cf73f0df27888.tar.bz2 glibc-97827bfc5f5e039f29766369035cf73f0df27888.zip |
Remove unused include
Diffstat (limited to 'posix')
-rw-r--r-- | posix/regex_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |