[libc-commits] [libc] [libc][test] FIX: made RoundingModUtils.cpp and .h hermetic (PR #185133)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Fri Mar 6 16:52:16 PST 2026
================
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_TEST_UNITTEST_ROUNDINGMODEUTILS_H
#define LLVM_LIBC_TEST_UNITTEST_ROUNDINGMODEUTILS_H
-#include "hdr/stdint_proxy.h"
+#include <stdint.h>
----------------
vonosmas wrote:
We should keep using internal headers where appropriate, like we do here.
https://github.com/llvm/llvm-project/pull/185133
More information about the libc-commits
mailing list