From 8d368fe5e2cb6b3c083163c349b933f12ba92bdc Mon Sep 17 00:00:00 2001 From: Rinzii Date: Mon, 1 Apr 2024 23:50:26 -0400 Subject: [PATCH] remove unuse include --- include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp b/include/ccmath/math/fmanip/impl/scalbn_ldouble_impl.hpp index e8937d85..59ba8011 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