]> www.ginac.de Git - cln.git/blobdiff - src/rational/misc/cl_RA_eqhashcode.cc
Replace unused macro with cl_unused.
[cln.git] / src / rational / misc / cl_RA_eqhashcode.cc
index 1c481fb25f397b08f3a6ced1365d7f80e2805999..daae04fc0fef4822f64870a385978cb38bd94b80 100644 (file)
@@ -1,7 +1,7 @@
 // cl_RA equal_hashcode().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/rational.h"
@@ -9,10 +9,10 @@
 
 // Implementation.
 
-#include "cl_N.h"
-#include "cl_RA.h"
-#include "cl_inline.h"
-#include "cl_I_eqhashcode.cc"
+#include "base/cl_N.h"
+#include "rational/cl_RA.h"
+#include "base/cl_inline.h"
+#include "integer/misc/cl_I_eqhashcode.cc"
 
 namespace cln {