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