]> www.ginac.de Git - cln.git/blobdiff - src/complex/elem/cl_C_minus.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / complex / elem / cl_C_minus.cc
index adf043b4bef3d2230f485e289eb2561d433d8747..b4abefea0a35362e3e7ef38d9f5c95d5dd9e102a 100644 (file)
@@ -1,7 +1,7 @@
 // binary operator -
 
 // 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 {