]> www.ginac.de Git - cln.git/blobdiff - src/integer/conv/cl_I_from_UL2.cc
Avoid some "suggest explicit braces to avoid ambiguous ‘else’" warnings.
[cln.git] / src / integer / conv / cl_I_from_UL2.cc
index be8b420c06ee0e1e1956aa1007787acde2b34593..3be44a1623c1838bc2db2ed2c733462db819e45d 100644 (file)
@@ -1,10 +1,10 @@
 // UL2_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_word_size < 64)
 
-#include "cl_DS.h"
+#include "base/digitseq/cl_DS.h"
 
 namespace cln {