X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Fdivision%2Fcl_F_round2.cc;h=47569c6107df576ea29c8ac2977cea0684c6670d;hb=8169a19b38c42588b39b21dae5bdb964e2f6b8c6;hp=2569f257efd6fd6bde451893a40d45960a249b85;hpb=478f9e32c706f314e23cc20640f8650ce5631fe5;p=cln.git diff --git a/src/float/division/cl_F_round2.cc b/src/float/division/cl_F_round2.cc index 2569f25..47569c6 100644 --- a/src/float/division/cl_F_round2.cc +++ b/src/float/division/cl_F_round2.cc @@ -1,7 +1,7 @@ // round2(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/float.h" @@ -9,15 +9,15 @@ // Implementation. -#include "cl_F.h" +#include "float/cl_F.h" #include "cln/sfloat.h" #include "cln/ffloat.h" #include "cln/dfloat.h" #include "cln/lfloat.h" -#include "cl_SF.h" -#include "cl_FF.h" -#include "cl_DF.h" -#include "cl_LF.h" +#include "float/sfloat/cl_SF.h" +#include "float/ffloat/cl_FF.h" +#include "float/dfloat/cl_DF.h" +#include "float/lfloat/cl_LF.h" namespace cln {