]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_ldbx.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer / bitwise / cl_I_ldbx.cc
index 73bb142cf6550a645d4e0a05b52a67634d6cd258..5eafe11cf439095004696d02bf8474a767e0613a 100644 (file)
@@ -1,17 +1,17 @@
 // ldb_extract().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_I_byte.h"
+#include "integer/bitwise/cl_I_byte.h"
 
 
 // Implementation.
 
 #include "cln/integer.h"
-#include "cl_I.h"
-#include "cl_DS.h"
+#include "integer/cl_I.h"
+#include "base/digitseq/cl_DS.h"
 
 namespace cln {