Skip to content

Commit c1c6ef7

Browse files
format includes
1 parent e7db9cf commit c1c6ef7

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

libc/src/__support/FPUtil/FEnvImpl.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
#ifndef LLVM_LIBC_SRC___SUPPORT_FPUTIL_FENVIMPL_H
1010
#define LLVM_LIBC_SRC___SUPPORT_FPUTIL_FENVIMPL_H
1111

12+
#include "include/llvm-libc-macros/math-macros.h"
1213
#include "src/__support/macros/attributes.h" // LIBC_INLINE
1314
#include "src/__support/macros/config.h" // LIBC_HAS_BUILTIN
1415
#include "src/__support/macros/properties/architectures.h"
1516
#include "src/errno/libc_errno.h"
16-
17-
#include "include/llvm-libc-macros/math-macros.h"
1817
#include <fenv.h>
1918

2019
#if defined(LIBC_TARGET_ARCH_IS_AARCH64)

libc/src/__support/FPUtil/ManipulationFunctions.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
#include "dyadic_float.h"
1616
#include "rounding_mode.h"
1717

18+
#include "include/llvm-libc-macros/math-macros.h"
1819
#include "src/__support/CPP/bit.h"
1920
#include "src/__support/CPP/limits.h" // INT_MAX, INT_MIN
2021
#include "src/__support/CPP/type_traits.h"
2122
#include "src/__support/FPUtil/FEnvImpl.h"
2223
#include "src/__support/macros/attributes.h"
2324
#include "src/__support/macros/optimization.h" // LIBC_UNLIKELY
2425

25-
#include "include/llvm-libc-macros/math-macros.h"
26-
2726
namespace LIBC_NAMESPACE {
2827
namespace fputil {
2928

libc/src/__support/FPUtil/NearestIntegerOperations.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
#include "FPBits.h"
1414
#include "rounding_mode.h"
1515

16+
#include "include/llvm-libc-macros/math-macros.h"
1617
#include "src/__support/CPP/type_traits.h"
1718
#include "src/__support/common.h"
1819

19-
#include "include/llvm-libc-macros/math-macros.h"
20-
2120
namespace LIBC_NAMESPACE {
2221
namespace fputil {
2322

libc/src/math/generic/math_utils.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
#ifndef LLVM_LIBC_SRC_MATH_GENERIC_MATH_UTILS_H
1010
#define LLVM_LIBC_SRC_MATH_GENERIC_MATH_UTILS_H
1111

12+
#include "include/llvm-libc-macros/math-macros.h"
1213
#include "src/__support/CPP/bit.h"
1314
#include "src/__support/CPP/type_traits.h"
1415
#include "src/__support/common.h"
1516
#include "src/errno/libc_errno.h"
1617

17-
#include "include/llvm-libc-macros/math-macros.h"
18-
1918
#include <stdint.h>
2019

2120
// TODO: evaluate which functions from this file are actually used.

0 commit comments

Comments
 (0)