]> www.ginac.de Git - cln.git/blobdiff - src/float/sfloat/misc/cl_SF_decode.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / sfloat / misc / cl_SF_decode.cc
index ea0004a930a5f1c01e92edc11dc87c5c61e7accf..d3901ac11d012fbc2f1050faf53c21114b813f8f 100644 (file)
@@ -1,7 +1,7 @@
 // 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 {