X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Ftranscendental%2Fcl_LF_atan_recip.cc;h=48b79c92f7849a847a134f32780d35c6235a21f6;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=2b87d5303f68e8dcf477d411189c51a755a6bea9;hpb=76ff0ad8c10d6f5c0f56287523cad2173d17c075;p=cln.git diff --git a/src/float/transcendental/cl_LF_atan_recip.cc b/src/float/transcendental/cl_LF_atan_recip.cc index 2b87d53..48b79c9 100644 --- a/src/float/transcendental/cl_LF_atan_recip.cc +++ b/src/float/transcendental/cl_LF_atan_recip.cc @@ -1,18 +1,18 @@ // cl_atan_recip(). // 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/integer.h" #include "cln/lfloat.h" -#include "cl_LF.h" -#include "cl_LF_tran.h" +#include "float/lfloat/cl_LF.h" +#include "float/transcendental/cl_LF_tran.h" #undef floor #include