]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_logand.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer / bitwise / cl_I_logand.cc
index 99cf69818bc70ad40e640baa3b494b30573838a1..bcdb2be5736dc421f614f855d8301d8a70ee3c43 100644 (file)
@@ -1,7 +1,7 @@
 // logand().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/integer.h"
@@ -9,9 +9,9 @@
 
 // Implementation.
 
-#include "cl_I.h"
-#include "cl_DS.h"
-#include "cl_I_log.h"
+#include "integer/cl_I.h"
+#include "base/digitseq/cl_DS.h"
+#include "integer/bitwise/cl_I_log.h"
 
 namespace cln {