X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fcomplex%2Ftranscendental%2Fcl_C_expt_C.cc;h=f4b8d2754dcf22fc82e99e5688dcd6867dfcc053;hb=8169a19b38c42588b39b21dae5bdb964e2f6b8c6;hp=a09f5e1a00110c4fb72d403146749542f745f047;hpb=665c18cd376d8d8c5a8eafb30681a3f9f46d4a99;p=cln.git diff --git a/src/complex/transcendental/cl_C_expt_C.cc b/src/complex/transcendental/cl_C_expt_C.cc index a09f5e1..f4b8d27 100644 --- a/src/complex/transcendental/cl_C_expt_C.cc +++ b/src/complex/transcendental/cl_C_expt_C.cc @@ -1,20 +1,20 @@ // expt(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/complex.h" // Implementation. -#include "cl_C.h" +#include "complex/cl_C.h" #include "cln/real.h" -#include "cl_R.h" +#include "real/cl_R.h" #include "cln/rational.h" -#include "cl_RA.h" -#include "cl_I.h" -#include "cl_N.h" +#include "rational/cl_RA.h" +#include "integer/cl_I.h" +#include "base/cl_N.h" namespace cln {