]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_LF_ln10.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / transcendental / cl_LF_ln10.cc
index ddf25c2a6b6484b56c95f2cd7d267ee455620b12..97bb09cec2e239bca471a55539a5f82b2d2e01df 100644 (file)
@@ -1,16 +1,16 @@
 // cl_ln10().
 
 // 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"
 
 namespace cln {