summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-02-14 21:48:46 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-02-14 21:48:46 +0000
commitb74cf6dcf17dd06d3b530f7d4bec6191728f24b9 (patch)
tree00a985b9380f82c7f307d0bcf2af19ad578ceabb /include/string.h
parenta40c00a535e3b71a50072880ef05e22b0cf2732b (diff)
Notes
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/string.h b/include/string.h
index 074c20471910..239a76f5ec1a 100644
--- a/include/string.h
+++ b/include/string.h
@@ -132,10 +132,6 @@ void swab(const void * __restrict, void * __restrict, ssize_t);
#endif /* _SWAB_DECLARED */
#endif /* __BSD_VISIBLE */
-
-#if __POSIX_VISIBLE >= 200809
-#include <xlocale/_string.h>
-#endif
__END_DECLS
#endif /* _STRING_H_ */