X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Freal%2Fdivision%2Fcl_R_fround2.cc;fp=src%2Freal%2Fdivision%2Fcl_R_fround2.cc;h=e58224ccec006e4cb1107fc8bc9c87bc03d6fd1b;hb=8169a19b38c42588b39b21dae5bdb964e2f6b8c6;hp=641e044a0a1e9b98c32526f845463e0ded05c2ba;hpb=478f9e32c706f314e23cc20640f8650ce5631fe5;p=cln.git diff --git a/src/real/division/cl_R_fround2.cc b/src/real/division/cl_R_fround2.cc index 641e044..e58224c 100644 --- a/src/real/division/cl_R_fround2.cc +++ b/src/real/division/cl_R_fround2.cc @@ -1,7 +1,7 @@ // fround2(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/real.h" @@ -9,14 +9,14 @@ // Implementation. -#include "cl_R.h" -#include "cl_R_div_t.h" +#include "real/cl_R.h" +#include "real/division/cl_R_div_t.h" #if 0 // 2 type dispatches #include "cln/rational.h" #include "cln/float.h" -#include "cl_R_div_t.h" +#include "real/division/cl_R_div_t.h" namespace cln { @@ -38,13 +38,13 @@ const cl_R_fdiv_t fround2 (const cl_R& x) #else // 1 type dispatch -#include "cl_RA.h" +#include "rational/cl_RA.h" #include "cln/integer.h" #include "cln/sfloat.h" #include "cln/ffloat.h" #include "cln/dfloat.h" #include "cln/lfloat.h" -#include "cl_LF.h" +#include "float/lfloat/cl_LF.h" namespace cln {