Skip to content

Commit

Permalink
remove unuse include
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Apr 2, 2024
1 parent fc247d1 commit 8d368fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include "ccmath/math/compare/isinf.hpp"
#include "ccmath/math/compare/isnan.hpp"

#include <absl/numeric/int128.h>

#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
#include "ccmath/math/fmanip/impl/scalbn_double_impl.hpp"
#endif
Expand Down

0 comments on commit 8d368fe

Please sign in to comment.