]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_LF_coshsinh.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / transcendental / cl_LF_coshsinh.cc
index 9d8c4891f1b554b1308b3a425f36b3e22744693a..2e89ded7fafed00c4b4f19c45a2a88aa839d9552 100644 (file)
@@ -1,16 +1,16 @@
 // cl_coshsinh_ratseries().
 
 // 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/lfloat.h"
-#include "cl_LF.h"
+#include "float/lfloat/cl_LF.h"
 #include "cln/integer.h"
 
 namespace cln {