Skip to content

Commit 8018cca

Browse files
committed
Move locale_base_api include into source file
1 parent 5ba7ada commit 8018cca

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

libcxx/include/__locale_dir/locale_base_api/ibm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# include <__support/ibm/locale_mgmt_zos.h>
1515
#endif // defined(__MVS__)
1616

17-
#include <clocale>
1817
#include <langinfo.h>
1918
#include <locale.h>
2019
#include <stdarg.h>

libcxx/include/__text_encoding/text_encoding_rep.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
#include <cstdint>
2121
#include <string_view>
2222

23-
#if _LIBCPP_HAS_LOCALIZATION
24-
# include <__locale_dir/locale_base_api.h>
25-
#endif
26-
2723
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
2824
# pragma GCC system_header
2925
#endif

libcxx/src/text_encoding.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include <__locale_dir/locale_base_api.h>
910
#include <text_encoding>
1011
#if defined(_LIBCPP_WIN32API)
1112
# include <windows.h>

libcxx/test/libcxx/transitive_includes/cxx23.csv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,11 +1066,9 @@ system_error string_view
10661066
system_error tuple
10671067
system_error version
10681068
text_encoding cctype
1069-
text_encoding clocale
10701069
text_encoding compare
10711070
text_encoding cstdint
10721071
text_encoding cstdio
1073-
text_encoding cstdlib
10741072
text_encoding cstring
10751073
text_encoding cwchar
10761074
text_encoding cwctype

libcxx/test/libcxx/transitive_includes/cxx26.csv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,11 +1072,9 @@ system_error string_view
10721072
system_error tuple
10731073
system_error version
10741074
text_encoding cctype
1075-
text_encoding clocale
10761075
text_encoding compare
10771076
text_encoding cstdint
10781077
text_encoding cstdio
1079-
text_encoding cstdlib
10801078
text_encoding cstring
10811079
text_encoding cwchar
10821080
text_encoding cwctype

0 commit comments

Comments
 (0)