]> www.ginac.de Git - cln.git/blobdiff - src/float/elem/cl_F_div.cc
Replace unused macro with cl_unused.
[cln.git] / src / float / elem / cl_F_div.cc
index 9364774f7d2e2bb3495ea1331e44e6cce121768c..1f4ea6bafe42f1e1c7c19c7a9b872446193b985b 100644 (file)
@@ -1,7 +1,7 @@
 // binary operator /
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/float.h"
@@ -9,12 +9,12 @@
 
 // Implementation.
 
-#include "cl_F.h"
+#include "float/cl_F.h"
 #include "cln/sfloat.h"
 #include "cln/ffloat.h"
 #include "cln/dfloat.h"
 #include "cln/lfloat.h"
-#include "cl_LF.h"
+#include "float/lfloat/cl_LF.h"
 
 namespace cln {