]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/misc/cl_LF_eqhashcode.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / lfloat / misc / cl_LF_eqhashcode.cc
index 509daf7ea589de62316892507c54c182c2266db4..965a66808eeefc644726ec7cdb3a5bdea15ddac2 100644 (file)
@@ -1,7 +1,7 @@
 // cl_LF equal_hashcode().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/lfloat.h"
@@ -9,9 +9,9 @@
 
 // Implementation.
 
-#include "cl_N.h"
-#include "cl_LF_impl.h"
-#include "cl_DS.h"
+#include "base/cl_N.h"
+#include "float/lfloat/cl_LF_impl.h"
+#include "base/digitseq/cl_DS.h"
 
 namespace cln {