]> www.ginac.de Git - cln.git/blobdiff - src/rational/elem/cl_RA_minus.cc
* Add support for OpenBSD.
[cln.git] / src / rational / elem / cl_RA_minus.cc
index 385b3b2e69ec529f37ef099c763d7337a2e287df..31fda3b9cc79913fcf762d5ff86920d246a240c0 100644 (file)
@@ -4,15 +4,17 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_rational.h"
+#include "cln/rational.h"
 
 
 // Implementation.
 
 #include "cl_RA.h"
-#include "cl_integer.h"
+#include "cln/integer.h"
 #include "cl_I.h"
 
+namespace cln {
+
 const cl_RA operator- (const cl_RA& r, const cl_RA& s)
 {
 #if 0
@@ -108,3 +110,5 @@ const cl_RA operator- (const cl_RA& r, const cl_RA& s)
        }
 #endif
 }
+
+}  // namespace cln