]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_dpf.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer / bitwise / cl_I_dpf.cc
index 038fc1344f2fc17d491aa4bc23e2b25ba0016db7..9281f8196210d5f85fde40f6655e93a261a0d561 100644 (file)
@@ -1,7 +1,7 @@
 // deposit_field().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/integer.h"
@@ -10,7 +10,7 @@
 // Implementation.
 
 #include "cln/integer.h"
-#include "cl_I.h"
+#include "integer/cl_I.h"
 
 namespace cln {