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