]> www.ginac.de Git - cln.git/blobdiff - src/real/division/cl_R_fround22.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / real / division / cl_R_fround22.cc
index 255324d73e176092c8ccb1823001ceb1b6f75952..f0e1fd2596a57f0533edbff36a1b27f68d319409 100644 (file)
@@ -1,7 +1,7 @@
 // fround2().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/real.h"
@@ -9,8 +9,8 @@
 
 // Implementation.
 
-#include "cl_R.h"
-#include "cl_R_div_t.h"
+#include "real/cl_R.h"
+#include "real/division/cl_R_div_t.h"
 
 namespace cln {