1 change: 1 addition & 0 deletions libc/src/math/logb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/logb.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/logbf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/logbf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/logbl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/logbl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/lrint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/lrint.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/lrintf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/lrintf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/lrintl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/lrintl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/lround.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/lround.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/lroundf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/lroundf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/lroundl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/lroundl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/math_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/math_utils.h"
#include "math_utils.h"

namespace __llvm_libc {
Expand Down
1 change: 1 addition & 0 deletions libc/src/math/modf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/modf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/modff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/modff.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/modfl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/modfl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/nearbyint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/nearbyint.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/nearbyintf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/nearbyintf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/nearbyintl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/nearbyintl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/nextafter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/nextafter.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/nextafterf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/nextafterf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/nextafterl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/nextafterl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/ManipulationFunctions.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/remainder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/remainder.h"
#include "src/__support/common.h"
#include "utils/FPUtil/DivisionAndRemainderOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/remainderf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/remainderf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/DivisionAndRemainderOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/remainderl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/remainderl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/DivisionAndRemainderOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/remquo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/remquo.h"
#include "src/__support/common.h"
#include "utils/FPUtil/DivisionAndRemainderOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/remquof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/remquof.h"
#include "src/__support/common.h"
#include "utils/FPUtil/DivisionAndRemainderOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/remquol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/remquol.h"
#include "src/__support/common.h"
#include "utils/FPUtil/DivisionAndRemainderOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/rint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/rint.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/rintf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/rintf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/rintl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/rintl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/round.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/round.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/roundf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/roundf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/roundl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/roundl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/sincosf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/sincosf.h"
#include "math_utils.h"
#include "sincosf_utils.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/sinf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/sinf.h"
#include "math_utils.h"
#include "sincosf_utils.h"

Expand Down
3 changes: 2 additions & 1 deletion libc/src/math/sqrt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
//
//===----------------------------------------------------------------------===//

#include "utils/FPUtil/Sqrt.h"
#include "src/math/sqrt.h"
#include "src/__support/common.h"
#include "utils/FPUtil/Sqrt.h"

namespace __llvm_libc {

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/sqrtf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/sqrtf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/Sqrt.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/sqrtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/sqrtl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/Sqrt.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/trunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/trunc.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/truncf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/truncf.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/math/truncl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/math/truncl.h"
#include "src/__support/common.h"
#include "utils/FPUtil/NearestIntegerOperations.h"

Expand Down
1 change: 1 addition & 0 deletions libc/src/threads/linux/call_once.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/threads/call_once.h"
#include "config/linux/syscall.h" // For syscall functions.
#include "include/sys/syscall.h" // For syscall numbers.
#include "include/threads.h" // For call_once related type definition.
Expand Down
1 change: 1 addition & 0 deletions libc/src/threads/linux/mtx_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/threads/mtx_init.h"
#include "include/threads.h" // For mtx_t definition.
#include "src/__support/common.h"
#include "src/threads/linux/thread_utils.h"
Expand Down
1 change: 1 addition & 0 deletions libc/src/threads/linux/mtx_lock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/threads/mtx_lock.h"
#include "config/linux/syscall.h" // For syscall functions.
#include "include/sys/syscall.h" // For syscall numbers.
#include "include/threads.h" // For mtx_t definition.
Expand Down
1 change: 1 addition & 0 deletions libc/src/threads/linux/mtx_unlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/threads/mtx_unlock.h"
#include "config/linux/syscall.h" // For syscall functions.
#include "include/sys/syscall.h" // For syscall numbers.
#include "include/threads.h" // For mtx_t definition.
Expand Down
1 change: 1 addition & 0 deletions libc/src/threads/linux/thrd_create.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/threads/thrd_create.h"
#include "config/linux/syscall.h" // For syscall function.
#include "include/errno.h" // For E* error values.
#include "include/sys/mman.h" // For PROT_* and MAP_* definitions.
Expand Down
1 change: 1 addition & 0 deletions libc/src/threads/linux/thrd_join.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include "src/threads/thrd_join.h"
#include "config/linux/syscall.h" // For syscall function.
#include "include/sys/syscall.h" // For syscall numbers.
#include "include/threads.h" // For thrd_* type definitions.
Expand Down