]> www.ginac.de Git - cln.git/blobdiff - src/float/dfloat/elem/cl_DF_fround.cc
Fix some conversions to cl_SF, cl_FF, and cl_DF.
[cln.git] / src / float / dfloat / elem / cl_DF_fround.cc
index 4efdb8fadf33cb0eb8ecdf503090b878a201ddb3..683871e0ef7cb1519fd714caa76e569f18447679 100644 (file)
@@ -1,7 +1,7 @@
 // fround().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/dfloat.h"
@@ -9,7 +9,7 @@
 
 // Implementation.
 
-#include "cl_DF.h"
+#include "float/dfloat/cl_DF.h"
 
 namespace cln {