]> www.ginac.de Git - cln.git/blobdiff - src/complex/algebraic/cl_SF_hypot.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / complex / algebraic / cl_SF_hypot.cc
index 88c3df7ec413acb4c4bd29e4b528b397d0dc1af1..f6f896924001580208314b3e505eace8d7908886 100644 (file)
@@ -1,20 +1,20 @@
 // cl_hypot().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_C.h"
+#include "complex/cl_C.h"
 
 
 // Implementation.
 
 #include "cln/sfloat.h"
-#include "cl_SF.h"
+#include "float/sfloat/cl_SF.h"
 
 /* For inline copy of minusp */
-#include "cl_inline.h"
-#include "cl_SF_minusp.cc"
+#include "base/cl_inline.h"
+#include "float/sfloat/elem/cl_SF_minusp.cc"
 
 namespace cln {