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