]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_mkf.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer / bitwise / cl_I_mkf.cc
index d62585dd7171f8dc46361afc5c0e5b525c9eab68..0e40c32a76a68940b6bfbdb29c74fed76bf9f14c 100644 (file)
@@ -1,7 +1,7 @@
 // mask_field().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/integer.h"
@@ -10,8 +10,8 @@
 // Implementation.
 
 #include "cln/integer.h"
-#include "cl_I.h"
-#include "cl_I_byte.h"
+#include "integer/cl_I.h"
+#include "integer/bitwise/cl_I_byte.h"
 
 namespace cln {