X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Ffloat%2Ftranscendental%2Fcl_LF_ratseries_pb.cc;h=fa7d0d51355f727c544ba5e55602097ebd5bff2e;hb=HEAD;hp=27abaabc1e976ac8eb1ff58981ed636019867e3a;hpb=c486b78a1a0613f07a10816d6f6ca9e485bc8290;p=cln.git diff --git a/src/float/transcendental/cl_LF_ratseries_pb.cc b/src/float/transcendental/cl_LF_ratseries_pb.cc index 27abaab..fa7d0d5 100644 --- a/src/float/transcendental/cl_LF_ratseries_pb.cc +++ b/src/float/transcendental/cl_LF_ratseries_pb.cc @@ -1,10 +1,10 @@ // eval_rational_series(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_LF_tran.h" +#include "float/transcendental/cl_LF_tran.h" // Implementation. @@ -12,7 +12,7 @@ #include "cln/lfloat.h" #include "cln/integer.h" #include "cln/exception.h" -#include "cl_LF.h" +#include "float/lfloat/cl_LF.h" namespace cln {