]> www.ginac.de Git - cln.git/blobdiff - src/complex/transcendental/cl_C_tan.cc
Replace unused macro with cl_unused.
[cln.git] / src / complex / transcendental / cl_C_tan.cc
index 52aff8554ec6757e7ec4b721f98535ac3fb2ddbc..64db64cdfc99b266aca532012ea6e83a84af632a 100644 (file)
@@ -1,7 +1,7 @@
 // tan().
 
 // 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 {