X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Fmisc%2Fcl_F_shortenrel.cc;h=32995e9f49dac6e93799e90bf6d6116e898bffe2;hb=8169a19b38c42588b39b21dae5bdb964e2f6b8c6;hp=fec6caebb40ce962f50229a1a3fea51bf14e2041;hpb=478f9e32c706f314e23cc20640f8650ce5631fe5;p=cln.git diff --git a/src/float/misc/cl_F_shortenrel.cc b/src/float/misc/cl_F_shortenrel.cc index fec6cae..32995e9 100644 --- a/src/float/misc/cl_F_shortenrel.cc +++ b/src/float/misc/cl_F_shortenrel.cc @@ -1,15 +1,15 @@ // cl_F_shortenrelative(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_F.h" +#include "float/cl_F.h" // Implementation. -#include "cl_LF.h" +#include "float/lfloat/cl_LF.h" #include "cln/exception.h" namespace cln {