]> www.ginac.de Git - cln.git/blobdiff - src/complex/transcendental/cl_C_expt_C.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / complex / transcendental / cl_C_expt_C.cc
index a09f5e1a00110c4fb72d403146749542f745f047..f4b8d2754dcf22fc82e99e5688dcd6867dfcc053 100644 (file)
@@ -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 {