]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_LF_ratseries_pa.cc
Replace unused macro with cl_unused.
[cln.git] / src / float / transcendental / cl_LF_ratseries_pa.cc
index 196f580458d96d8c5417d98d4e7cfe8b93d845b0..40f34e575875865dee894b70f761c31bc1fb5fe7 100644 (file)
@@ -1,10 +1,10 @@
 // eval_rational_series().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_LF_tran.h"
+#include "float/transcendental/cl_LF_tran.h"
 
 
 // Implementation.
@@ -12,7 +12,7 @@
 #include "cln/lfloat.h"
 #include "cln/integer.h"
 #include "cln/exception.h"
-#include "cl_LF.h"
+#include "float/lfloat/cl_LF.h"
 
 namespace cln {