diff --git a/include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp b/include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp index e8937d8..59ba801 100644 --- a/include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp +++ b/include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp @@ -12,8 +12,6 @@ #include "ccmath/math/compare/isinf.hpp" #include "ccmath/math/compare/isnan.hpp" -#include - #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 #include "ccmath/math/fmanip/impl/scalbn_double_impl.hpp" #endif