Skip to content

Commit a3ee0d4

Browse files
authored
[libc++] Remove unnecessary <cstdint> include from <string> (#70613)
<string> doesn't use any declarations from <cstdint> and this doesn't change the transitive includes, so this is effectively a NFC cleanup.
1 parent ccc573c commit a3ee0d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/string

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@ basic_string<char32_t> operator""s( const char32_t *str, size_t len );
614614
#include <__utility/swap.h>
615615
#include <__utility/unreachable.h>
616616
#include <climits>
617-
#include <cstdint>
618617
#include <cstdio> // EOF
619618
#include <cstring>
620619
#include <limits>

0 commit comments

Comments
 (0)