]> www.ginac.de Git - cln.git/blobdiff - src/real/elem/cl_R_plus1.cc
Remove exception hooks in favor of real C++ exceptions:
[cln.git] / src / real / elem / cl_R_plus1.cc
index 208b88ac34ea4c4f5db28c5cdd5bc7c90c6c7a4e..86ed49f60b2151063c21d8f3b50712f0aa7316ae 100644 (file)
@@ -4,14 +4,18 @@
 #include "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 "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