diff options
author | lntue <lntue@google.com> | 2024-10-01 11:48:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 11:48:07 -0400 |
commit | c63112a9118277a20ae440f3f69189c0937e8f4d (patch) | |
tree | bef462b177f313a469447563bb7eea60bbeed164 /libc/src/stdio/gpu/vfprintf.cpp | |
parent | d071fdab44ad2abfdc21a14d0aa9518195ba78e4 (diff) | |
download | llvm-c63112a9118277a20ae440f3f69189c0937e8f4d.zip llvm-c63112a9118277a20ae440f3f69189c0937e8f4d.tar.gz llvm-c63112a9118277a20ae440f3f69189c0937e8f4d.tar.bz2 |
[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)
https://github.com/llvm/llvm-project/issues/60481
Diffstat (limited to 'libc/src/stdio/gpu/vfprintf.cpp')
-rw-r--r-- | libc/src/stdio/gpu/vfprintf.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/src/stdio/gpu/vfprintf.cpp b/libc/src/stdio/gpu/vfprintf.cpp index f314f68..961cfa4 100644 --- a/libc/src/stdio/gpu/vfprintf.cpp +++ b/libc/src/stdio/gpu/vfprintf.cpp @@ -8,13 +8,12 @@ #include "src/stdio/vfprintf.h" +#include "hdr/types/FILE.h" #include "src/__support/CPP/string_view.h" #include "src/__support/arg_list.h" #include "src/errno/libc_errno.h" #include "src/stdio/gpu/vfprintf_utils.h" -#include <stdio.h> - namespace LIBC_NAMESPACE { LLVM_LIBC_FUNCTION(int, vfprintf, |