Skip to content

Commit 2f2b773

Browse files
committed
fix style
1 parent d1bf314 commit 2f2b773

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libc/shared/math.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
#include "math/ldexpf.h"
2121
#include "math/ldexpf128.h"
2222
#include "math/ldexpf16.h"
23-
#include "math/exp.h"
2423

2524
#endif // LLVM_LIBC_SHARED_MATH_H

libc/src/math/generic/common_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "src/__support/math/exp_constants.h"
1515
#include "src/__support/number_pair.h"
1616
#include "src/__support/math/exp_constants.h"
17-
17+
#include "src/__support/number_pair.h"
1818

1919
namespace LIBC_NAMESPACE_DECL {
2020

0 commit comments

Comments
 (0)