]> www.ginac.de Git - cln.git/blobdiff - src/real/conv/cl_F_from_R.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / real / conv / cl_F_from_R.cc
index 54f16a24ca9f43ba8a6bab6479f1c856cd02f6bc..d122b2489c7183ce77f64d8a7b934ba143350d84 100644 (file)
@@ -1,7 +1,7 @@
 // cl_float().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/real.h"
@@ -9,7 +9,7 @@
 
 // Implementation.
 
-#include "cl_R.h"
+#include "real/cl_R.h"
 
 #if 0
 
@@ -30,8 +30,8 @@ const cl_F cl_float (const cl_R& x, const cl_F& y)
 
 #else // less type dispatch overhead
 
-#include "cl_F.h"
-#include "cl_LF.h"
+#include "float/cl_F.h"
+#include "float/lfloat/cl_LF.h"
 
 namespace cln {