[libc-commits] [libc] 7f5805b - [libc] Remove "stdio.h" include from fx_bits.h (#179805)
via libc-commits
libc-commits at lists.llvm.org
Thu Feb 5 10:21:57 PST 2026
Author: Haowei
Date: 2026-02-05T10:21:52-08:00
New Revision: 7f5805bbec205cbf94c43a79ec7997fb4c5ebba3
URL: https://github.com/llvm/llvm-project/commit/7f5805bbec205cbf94c43a79ec7997fb4c5ebba3
DIFF: https://github.com/llvm/llvm-project/commit/7f5805bbec205cbf94c43a79ec7997fb4c5ebba3.diff
LOG: [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.
Added:
Modified:
libc/src/__support/fixed_point/fx_bits.h
Removed:
################################################################################
diff --git a/libc/src/__support/fixed_point/fx_bits.h b/libc/src/__support/fixed_point/fx_bits.h
index 25221d9a33161..91814bda7dd7e 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 {
More information about the libc-commits
mailing list