]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_ash.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer / bitwise / cl_I_ash.cc
index 21e68507826f5d844ef7c850b2e118b8a357cec6..ddaa57008686d513484943e3921c03314dfc68ed 100644 (file)
@@ -1,7 +1,7 @@
 // ash().
 
 // 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 {