Skip to content

Commit 72de600

Browse files
committed
[libc][math] Refactor exp10 implementation to header-only in src/__support/math folder.
1 parent a4dc3df commit 72de600

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/src/math/generic/common_constants.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#include "src/__support/macros/config.h"
1414
#include "src/__support/math/exp_constants.h"
1515
#include "src/__support/number_pair.h"
16-
#include "src/__support/math/exp_constants.h"
17-
#include "src/__support/number_pair.h"
1816

1917
namespace LIBC_NAMESPACE_DECL {
2018

0 commit comments

Comments
 (0)