]> www.ginac.de Git - cln.git/blobdiff - src/complex/transcendental/cl_C_atanh.cc
Replace unused macro with cl_unused.
[cln.git] / src / complex / transcendental / cl_C_atanh.cc
index 5d7c2d10e9cf607bf42035a9b2603e2c073c513c..4df5b4e8a1ec001cf48455a07680bd1a5e11cfef 100644 (file)
@@ -1,7 +1,7 @@
 // atanh().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/complex.h"
@@ -9,7 +9,7 @@
 
 // Implementation.
 
-#include "cl_C.h"
+#include "complex/cl_C.h"
 #include "cln/real.h"
 
 namespace cln {