]> www.ginac.de Git - cln.git/blobdiff - src/integer/elem/cl_I_plus1.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer / elem / cl_I_plus1.cc
index 45671a8671dad96cb8437f3938dc7d481f38451c..a297f142ae1c3b679b9c363fa559c4e16c989ce2 100644 (file)
@@ -1,7 +1,7 @@
 // plus1().
 
 // 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 {