]> www.ginac.de Git - cln.git/blobdiff - src/float/sfloat/misc/cl_SF_idecode.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / sfloat / misc / cl_SF_idecode.cc
index d07949e72a8659bd27e76dd6f1e01524f79f4f02..e322d4658c4230bdc49932d4659c334235c6778a 100644 (file)
@@ -1,7 +1,7 @@
 // integer_decode_float().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/sfloat.h"
@@ -9,8 +9,8 @@
 
 // Implementation.
 
-#include "cl_SF.h"
-#include "cl_I.h"
+#include "float/sfloat/cl_SF.h"
+#include "integer/cl_I.h"
 
 namespace cln {