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