X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Flfloat%2Fmisc%2Fcl_LF_idecode.cc;h=3eeb5e651dd995d95a41935362f2426f9b2fca61;hb=8169a19b38c42588b39b21dae5bdb964e2f6b8c6;hp=5e490cf498838efae5204d8883caab5b5ef85d7e;hpb=ce250e91fb8d16bc6b35be0add1896fc64f31ec1;p=cln.git diff --git a/src/float/lfloat/misc/cl_LF_idecode.cc b/src/float/lfloat/misc/cl_LF_idecode.cc index 5e490cf..3eeb5e6 100644 --- a/src/float/lfloat/misc/cl_LF_idecode.cc +++ b/src/float/lfloat/misc/cl_LF_idecode.cc @@ -1,7 +1,7 @@ // integer_decode_float(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/lfloat.h" @@ -9,9 +9,9 @@ // Implementation. -#include "cl_LF.h" -#include "cl_I.h" -#include "cl_DS.h" +#include "float/lfloat/cl_LF.h" +#include "integer/cl_I.h" +#include "base/digitseq/cl_DS.h" namespace cln {