X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Ftranscendental%2Fcl_LF_exp1.cc;h=c1f1acee5a98de5203bf0114a56e5f1fedbc079c;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=70f79cc3a0bfec6768699861f9abdd2e2a22d9b4;hpb=7eda668b0c55b051e4080fcba443d0dbf0172912;p=cln.git diff --git a/src/float/transcendental/cl_LF_exp1.cc b/src/float/transcendental/cl_LF_exp1.cc index 70f79cc..c1f1ace 100644 --- a/src/float/transcendental/cl_LF_exp1.cc +++ b/src/float/transcendental/cl_LF_exp1.cc @@ -1,17 +1,17 @@ // exp1(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_F_tran.h" +#include "float/transcendental/cl_F_tran.h" // Implementation. #include "cln/lfloat.h" -#include "cl_LF_tran.h" -#include "cl_LF.h" +#include "float/transcendental/cl_LF_tran.h" +#include "float/lfloat/cl_LF.h" #include "cln/integer.h" #undef floor