]> www.ginac.de Git - cln.git/blobdiff - src/real/elem/cl_R_plus1.cc
Finalize CLN 1.3.7 release.
[cln.git] / src / real / elem / cl_R_plus1.cc
index 208b88ac34ea4c4f5db28c5cdd5bc7c90c6c7a4e..31edf62ed772c637b179ed65ca14a9551bcee2fa 100644 (file)
@@ -1,17 +1,21 @@
 // plus1().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
 
-#include "cl_R.h"
-#include "cl_rational.h"
-#include "cl_float.h"
+#include "real/cl_R.h"
+#include "cln/rational.h"
+#include "cln/float.h"
+
+namespace cln {
 
 const cl_R plus1 (const cl_R& x)
 GEN_R_OP1_2(x, plus1, return)
+
+}  // namespace cln