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