aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/gpu/vfprintf.cpp
diff options
context:
space:
mode:
authorlntue <lntue@google.com>2024-10-01 11:48:07 -0400
committerGitHub <noreply@github.com>2024-10-01 11:48:07 -0400
commitc63112a9118277a20ae440f3f69189c0937e8f4d (patch)
treebef462b177f313a469447563bb7eea60bbeed164 /libc/src/stdio/gpu/vfprintf.cpp
parentd071fdab44ad2abfdc21a14d0aa9518195ba78e4 (diff)
downloadllvm-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.cpp3
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,