]> www.ginac.de Git - cln.git/blobdiff - src/numtheory/cl_nt_isprobprime.cc
Replace unused macro with cl_unused.
[cln.git] / src / numtheory / cl_nt_isprobprime.cc
index 0f248c356f50aa4a3d09fe6738229098aca84f07..eadb62f53a982d4b3941bf1355f48a82c7011332 100644 (file)
@@ -1,7 +1,7 @@
 // isprobprime().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/numtheory.h"
@@ -9,7 +9,7 @@
 
 // Implementation.
 
-#include "cl_IF.h"
+#include "numtheory/cl_IF.h"
 #include "cln/integer_io.h"
 #include "cln/exception.h"
 #include <sstream>