]> www.ginac.de Git - cln.git/blobdiff - src/integer/conv/cl_I_from_L.cc
Avoid some "suggest explicit braces to avoid ambiguous ‘else’" warnings.
[cln.git] / src / integer / conv / cl_I_from_L.cc
index aae380859fff8101301522f0545fa5108a46c4cc..efc6887137cef8e600277aa97ff70cd95783b913 100644 (file)
@@ -1,10 +1,10 @@
 // L_to_I() helper.
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_I.h"
+#include "integer/cl_I.h"
 
 
 // Implementation.
@@ -13,7 +13,7 @@
 
 #if (cl_value_len < 32)
 
-#include "cl_DS.h"
+#include "base/digitseq/cl_DS.h"
 
 namespace cln {