X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fcomplex%2Felem%2Fcl_C_realpart.cc;h=55ff019c0e2832cd94a6f1c9d9449e7e87726301;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=5a5c2091d68758e4ac0239fe8df28349b93a7b05;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/complex/elem/cl_C_realpart.cc b/src/complex/elem/cl_C_realpart.cc index 5a5c209..55ff019 100644 --- a/src/complex/elem/cl_C_realpart.cc +++ b/src/complex/elem/cl_C_realpart.cc @@ -1,7 +1,7 @@ // realpart(). // 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" namespace cln {