aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsribee8 <sriya.pratipati@gmail.com>2025-08-05 16:36:07 +0000
committerGitHub <noreply@github.com>2025-08-05 16:36:07 +0000
commit9a4c6f9b3c0ffab783ed0e5373f5106c392426fe (patch)
tree18c40258166a11c54cacbc039c7884a8abf34385
parentc455c4e2d7f78d5992369457066b249699fe2084 (diff)
downloadllvm-9a4c6f9b3c0ffab783ed0e5373f5106c392426fe.zip
llvm-9a4c6f9b3c0ffab783ed0e5373f5106c392426fe.tar.gz
llvm-9a4c6f9b3c0ffab783ed0e5373f5106c392426fe.tar.bz2
[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 <sriyap@google.com>
-rw-r--r--libc/src/__support/wchar/mbrtowc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/src/__support/wchar/mbrtowc.cpp b/libc/src/__support/wchar/mbrtowc.cpp
index 0f730d6..66cc68e 100644
--- a/libc/src/__support/wchar/mbrtowc.cpp
+++ b/libc/src/__support/wchar/mbrtowc.cpp
@@ -8,7 +8,6 @@
#include "src/__support/wchar/mbrtowc.h"
#include "hdr/errno_macros.h"
-#include "hdr/types/mbstate_t.h"
#include "hdr/types/size_t.h"
#include "hdr/types/wchar_t.h"
#include "src/__support/common.h"