]> www.ginac.de Git - cln.git/blobdiff - src/integer/conv/cl_I_to_UL.cc
Avoid some "suggest explicit braces to avoid ambiguous ‘else’" warnings.
[cln.git] / src / integer / conv / cl_I_to_UL.cc
index d64b2ea7faec61c6e7f243fb39665ed8f98acd56..b5d57063a08a214fe7aea68ca657f4624fb23bb7 100644 (file)
@@ -1,7 +1,7 @@
 // cl_I_to_UL().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/integer.h"
@@ -10,8 +10,8 @@
 // Implementation.
 
 #include "cln/number.h"
-#include "cl_I.h"
-#include "cl_DS.h"
+#include "integer/cl_I.h"
+#include "base/digitseq/cl_DS.h"
 #include "cln/io.h"
 #include "cln/integer_io.h"
 #include "cln/exception.h"