]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/algebraic/cl_LF_sqrt.cc
Replace unused macro with cl_unused.
[cln.git] / src / float / lfloat / algebraic / cl_LF_sqrt.cc
index 16c946e2e21c94243a3961b15bd150ecc9c221d5..b58f598c94c53b81c3e7487d1dc439c17c62abf5 100644 (file)
@@ -1,7 +1,7 @@
 // sqrt().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/lfloat.h"
@@ -9,10 +9,10 @@
 
 // Implementation.
 
-#include "cl_LF.h"
-#include "cl_LF_impl.h"
-#include "cl_F.h"
-#include "cl_DS.h"
+#include "float/lfloat/cl_LF.h"
+#include "float/lfloat/cl_LF_impl.h"
+#include "float/cl_F.h"
+#include "base/digitseq/cl_DS.h"
 #include "cln/exception.h"
 
 namespace cln {