aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorHaowei <haowei@google.com>2026-02-05 10:21:52 -0800
committerGitHub <noreply@github.com>2026-02-05 10:21:52 -0800
commit7f5805bbec205cbf94c43a79ec7997fb4c5ebba3 (patch)
treeb02d67c3ab7b3573e2f3f56cda1f9c4bb4040c4f /libc
parent356ca4036da62fe06c109704d8042764f489cb73 (diff)
downloadllvm-7f5805bbec205cbf94c43a79ec7997fb4c5ebba3.tar.gz
llvm-7f5805bbec205cbf94c43a79ec7997fb4c5ebba3.tar.bz2
llvm-7f5805bbec205cbf94c43a79ec7997fb4c5ebba3.zip
[libc] Remove "stdio.h" include from fx_bits.h (#179805)
The "stdio.h" is not used, so remove it from the file. This is causing a build failure as "stdio.h" is not specified in the build files.
Diffstat (limited to 'libc')
-rw-r--r--libc/src/__support/fixed_point/fx_bits.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/src/__support/fixed_point/fx_bits.h b/libc/src/__support/fixed_point/fx_bits.h
index 25221d9a3316..91814bda7dd7 100644
--- a/libc/src/__support/fixed_point/fx_bits.h
+++ b/libc/src/__support/fixed_point/fx_bits.h
@@ -23,8 +23,6 @@
#include "fx_rep.h"
-#include <stdio.h>
-
#ifdef LIBC_COMPILER_HAS_FIXED_POINT
namespace LIBC_NAMESPACE_DECL {