File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
system/lib/llvm-libc/src/__support Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99#ifndef LLVM_LIBC_SRC___SUPPORT_LIBC_ASSERT_H
1010#define LLVM_LIBC_SRC___SUPPORT_LIBC_ASSERT_H
1111
12- #include " src/__support/macros/config.h"
1312#if defined(LIBC_COPT_USE_C_ASSERT) || !defined(LIBC_FULL_BUILD)
1413
1514// The build is configured to just use the public <assert.h> API
2524#include " src/__support/OSUtil/io.h"
2625#include " src/__support/integer_to_string.h"
2726#include " src/__support/macros/attributes.h" // For LIBC_INLINE
27+ #include " src/__support/macros/config.h"
2828#include " src/__support/macros/optimization.h" // For LIBC_UNLIKELY
2929
3030namespace LIBC_NAMESPACE_DECL {
Original file line number Diff line number Diff line change 1515#ifndef LLVM_LIBC_SRC___SUPPORT_STR_TO_FLOAT_H
1616#define LLVM_LIBC_SRC___SUPPORT_STR_TO_FLOAT_H
1717
18+ #include " hdr/errno_macros.h" // For ERANGE
1819#include " src/__support/CPP/bit.h"
1920#include " src/__support/CPP/limits.h"
2021#include " src/__support/CPP/optional.h"
3132#include " src/__support/str_to_integer.h"
3233#include " src/__support/str_to_num_result.h"
3334#include " src/__support/uint128.h"
34- #include " src/errno/libc_errno.h" // For ERANGE
3535
3636#include < stdint.h>
3737
Original file line number Diff line number Diff line change 1515#ifndef LLVM_LIBC_SRC___SUPPORT_STR_TO_INTEGER_H
1616#define LLVM_LIBC_SRC___SUPPORT_STR_TO_INTEGER_H
1717
18+ #include " hdr/errno_macros.h" // For ERANGE
1819#include " src/__support/CPP/limits.h"
1920#include " src/__support/CPP/type_traits.h"
2021#include " src/__support/CPP/type_traits/make_unsigned.h"
2425#include " src/__support/macros/config.h"
2526#include " src/__support/str_to_num_result.h"
2627#include " src/__support/uint128.h"
27- #include " src/errno/libc_errno.h" // For ERANGE
2828
2929namespace LIBC_NAMESPACE_DECL {
3030namespace internal {
You can’t perform that action at this time.
0 commit comments