]> www.ginac.de Git - cln.git/blobdiff - src/numtheory/cl_nt_sqrtmodp.cc
Fix bug in converting cl_LF to float, double.
[cln.git] / src / numtheory / cl_nt_sqrtmodp.cc
index 8c0741e9c7524cb7c6b7316a79bcf887b431e987..7b53740cc4b163f2e34f1041bfa7ca2cf3fc1346 100644 (file)
@@ -1,7 +1,7 @@
 // sqrt_mod_p().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/numtheory.h"
@@ -9,7 +9,7 @@
 
 // Implementation.
 
-#include "cl_I.h"
+#include "integer/cl_I.h"
 #include "cln/exception.h"
 
 #undef floor