Skip to content

Commit 9a4c6f9

Browse files
sribee8Sriya Pratipati
andauthored
[libc][obvious] Removed mbstate_t include (#152046)
Internal function does not use the external mbstate_t but still had the include for it. Co-authored-by: Sriya Pratipati <[email protected]>
1 parent c455c4e commit 9a4c6f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/src/__support/wchar/mbrtowc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "src/__support/wchar/mbrtowc.h"
1010
#include "hdr/errno_macros.h"
11-
#include "hdr/types/mbstate_t.h"
1211
#include "hdr/types/size_t.h"
1312
#include "hdr/types/wchar_t.h"
1413
#include "src/__support/common.h"

0 commit comments

Comments
 (0)