X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Ffloat%2Fmisc%2Fcl_F_extendsqrtx.cc;h=794c33f41fe8b55a8e82246d20ba6f12db80cbd6;hb=8169a19b38c42588b39b21dae5bdb964e2f6b8c6;hp=51e9fa3b4f899e6af2de24cbab4de2bba6cecb1d;hpb=478f9e32c706f314e23cc20640f8650ce5631fe5;p=cln.git diff --git a/src/float/misc/cl_F_extendsqrtx.cc b/src/float/misc/cl_F_extendsqrtx.cc index 51e9fa3..794c33f 100644 --- a/src/float/misc/cl_F_extendsqrtx.cc +++ b/src/float/misc/cl_F_extendsqrtx.cc @@ -1,16 +1,16 @@ // cl_F_extendsqrtx(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_F.h" +#include "float/cl_F.h" // Implementation. -#include "cl_SF.h" -#include "cl_LF.h" +#include "float/sfloat/cl_SF.h" +#include "float/lfloat/cl_LF.h" namespace cln {