]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_LF_eulerconst.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / transcendental / cl_LF_eulerconst.cc
index 998b4b57ea07721755fa21d06e1d89fa8b726b3d..c5965af901a6986e670cb1e7d8347c7cf5f254ed 100644 (file)
@@ -1,20 +1,20 @@
 // eulerconst().
 
 // 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_tran.h"
-#include "cl_LF.h"
+#include "float/transcendental/cl_LF_tran.h"
+#include "float/lfloat/cl_LF.h"
 #include "cln/integer.h"
 #include "cln/real.h"
-#include "cl_alloca.h"
+#include "base/cl_alloca.h"
 
 namespace cln {