]> www.ginac.de Git - cln.git/blobdiff - src/float/dfloat/elem/cl_DF_zerop.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / dfloat / elem / cl_DF_zerop.cc
index 37bf62ab3f88d4e868ee90284e77acd006380579..2ddf9751d183afc8530e74d00657f777a7551a3d 100644 (file)
@@ -1,7 +1,7 @@
 // zerop().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/dfloat.h"
@@ -9,12 +9,11 @@
 
 // Implementation.
 
-#include "cl_DF.h"
+#include "float/dfloat/cl_DF.h"
 
 namespace cln {
 
-MAYBE_INLINE
-bool zerop (const cl_DF& x)
+CL_INLINE bool CL_INLINE_DECL(zerop) (const cl_DF& x)
 {
 #if 0
        return DF_uexp(TheDfloat(x)->dfloat_value_semhi) == 0;