]> www.ginac.de Git - cln.git/blobdiff - src/complex/transcendental/cl_C_acos.cc
Replace unused macro with cl_unused.
[cln.git] / src / complex / transcendental / cl_C_acos.cc
index 10042066529924f7fd21914ed578bca6606aff0e..21b8a1d285afa40f87fc73f586c6ffa0f950cba6 100644 (file)
@@ -1,7 +1,7 @@
 // acos().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/complex.h"
@@ -9,11 +9,11 @@
 
 // Implementation.
 
-#include "cl_C.h"
+#include "complex/cl_C.h"
 #include "cln/real.h"
-#include "cl_R.h"
+#include "real/cl_R.h"
 #include "cln/rational.h"
-#include "cl_RA.h"
+#include "rational/cl_RA.h"
 #include "cln/float.h"
 
 namespace cln {