X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fcomplex%2Ftranscendental%2Fcl_C_phase.cc;h=ba4d37f4870ce744c4cf8c92c4edb80d05a5b6b4;hb=8169a19b38c42588b39b21dae5bdb964e2f6b8c6;hp=cce43cb2f4aa97729aab8cc06d40021ede1f1011;hpb=478f9e32c706f314e23cc20640f8650ce5631fe5;p=cln.git diff --git a/src/complex/transcendental/cl_C_phase.cc b/src/complex/transcendental/cl_C_phase.cc index cce43cb..ba4d37f 100644 --- a/src/complex/transcendental/cl_C_phase.cc +++ b/src/complex/transcendental/cl_C_phase.cc @@ -1,7 +1,7 @@ // phase(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/complex.h" @@ -9,7 +9,7 @@ // Implementation. -#include "cl_C.h" +#include "complex/cl_C.h" #include "cln/real.h" namespace cln {