]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/misc/cl_LF_debug.cc
2006-04-25 Bruno Haible <bruno@clisp.org>
[cln.git] / src / float / lfloat / misc / cl_LF_debug.cc
index 7d65e822375c4ce34b1c9d573dc4e3059cd38a78..51e167671a5cc47655b257c7cdb59fcd28675fb8 100644 (file)
@@ -8,9 +8,11 @@
 
 // Implementation.
 
-#include "cl_lfloat.h"
-#include "cl_io.h"
-#include "cl_float_io.h"
+#include "cln/lfloat.h"
+#include "cln/io.h"
+#include "cln/float_io.h"
+
+namespace cln {
 
 static void dprint (cl_heap* pointer)
 {
@@ -21,5 +23,7 @@ static void dprint (cl_heap* pointer)
 AT_INITIALIZATION(dprint_LF)
 { cl_register_type_printer(cl_class_lfloat,dprint); }
 
-// This dummy links in this module when <cl_lfloat.h> requires it.
+// This dummy links in this module when <cln/lfloat.h> requires it.
 int cl_LF_debug_module;
+
+}  // namespace cln