Skip to content

Commit 11c3e65

Browse files
authored
[libc++] Remove unused include caused by wrong __has_include (#141328)
The parameter passed to __has_include has to be quoted by `<>` or `"`, not both.
1 parent 05f1ca7 commit 11c3e65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/src/locale.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
# define _CTYPE_DISABLE_MACROS
3535
#endif
3636

37-
#if __has_include("<langinfo.h>")
38-
# include <langinfo.h>
39-
#endif
40-
4137
#include "include/atomic_support.h"
4238
#include "include/sso_allocator.h"
4339

0 commit comments

Comments
 (0)