]> www.ginac.de Git - cln.git/blobdiff - src/float/conv/cl_FF_to_float.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / conv / cl_FF_to_float.cc
index a044aaeaac983ccccfc2a238fcb522f54fd273e7..a5192fd5901fad8774ea0168e49278695aad5e26 100644 (file)
@@ -1,7 +1,7 @@
 // cl_FF_to_float().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/ffloat.h"
@@ -9,7 +9,7 @@
 
 // Implementation.
 
-#include "cl_FF.h"
+#include "float/ffloat/cl_FF.h"
 
 namespace cln {