]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_LF_atan_recip.cc
Replace unused macro with cl_unused.
[cln.git] / src / float / transcendental / cl_LF_atan_recip.cc
index 2b87d5303f68e8dcf477d411189c51a755a6bea9..48b79c92f7849a847a134f32780d35c6235a21f6 100644 (file)
@@ -1,18 +1,18 @@
 // cl_atan_recip().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_F_tran.h"
+#include "float/transcendental/cl_F_tran.h"
 
 
 // Implementation.
 
 #include "cln/integer.h"
 #include "cln/lfloat.h"
-#include "cl_LF.h"
-#include "cl_LF_tran.h"
+#include "float/lfloat/cl_LF.h"
+#include "float/transcendental/cl_LF_tran.h"
 
 #undef floor
 #include <cmath>