]> www.ginac.de Git - cln.git/blobdiff - src/base/proplist/cl_pl_d.cc
Replace CL_REQUIRE/CL_PROVIDE(cl_C_ring) with portable code.
[cln.git] / src / base / proplist / cl_pl_d.cc
index 10cd5d9c90914ae655fd3922b88ef93ace55db4d..b60c841f4da3dcc2308334c3d80c3a7b0010302f 100644 (file)
@@ -4,11 +4,13 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_proplist.h"
+#include "cln/proplist.h"
 
 
 // Implementation.
 
+namespace cln {
+
 cl_property_list::~cl_property_list ()
 {
        while (list) {
@@ -17,3 +19,5 @@ cl_property_list::~cl_property_list ()
                delete l;
        }
 }
+
+}  // namespace cln