]> www.ginac.de Git - cln.git/blobdiff - src/float/division/cl_F_fround1.cc
Finalize CLN 1.3.7 release.
[cln.git] / src / float / division / cl_F_fround1.cc
index 83542a2d429d3fa0ddf3dd4fd65fda12a1fb17e5..1a3b6b7a1eca39da5c195350d6c78ed33f685983 100644 (file)
@@ -1,19 +1,23 @@
 // fround().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_float.h"
+#include "cln/float.h"
 
 
 // Implementation.
 
-#include "cl_F.h"
-#include "cl_sfloat.h"
-#include "cl_ffloat.h"
-#include "cl_dfloat.h"
-#include "cl_lfloat.h"
+#include "float/cl_F.h"
+#include "cln/sfloat.h"
+#include "cln/ffloat.h"
+#include "cln/dfloat.h"
+#include "cln/lfloat.h"
+
+namespace cln {
 
 const cl_F fround (const cl_F& x)
 GEN_F_OP1(x, fround, return)
+
+}  // namespace cln