X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Felem%2Fcl_F_div.cc;h=1f4ea6bafe42f1e1c7c19c7a9b872446193b985b;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=9364774f7d2e2bb3495ea1331e44e6cce121768c;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/float/elem/cl_F_div.cc b/src/float/elem/cl_F_div.cc index 9364774..1f4ea6b 100644 --- a/src/float/elem/cl_F_div.cc +++ b/src/float/elem/cl_F_div.cc @@ -1,7 +1,7 @@ // binary operator / // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/float.h" @@ -9,12 +9,12 @@ // 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_LF.h" +#include "float/lfloat/cl_LF.h" namespace cln {