Skip to content

Commit 8d368fe

Browse files
committed
remove unuse include
1 parent fc247d1 commit 8d368fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include "ccmath/math/compare/isinf.hpp"
1313
#include "ccmath/math/compare/isnan.hpp"
1414

15-
#include <absl/numeric/int128.h>
16-
1715
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
1816
#include "ccmath/math/fmanip/impl/scalbn_double_impl.hpp"
1917
#endif

0 commit comments

Comments
 (0)