]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/elem/cl_LF_2minus.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / float / lfloat / elem / cl_LF_2minus.cc
index 71c44080b8eba7b7fbb8a3a4c454dfbd24a99cd7..574bb2e996d8b05ec759184e4c43d666eec5c3b1 100644 (file)
@@ -1,15 +1,19 @@
 // binary operator -
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_lfloat.h"
+#include "cln/lfloat.h"
 
 
 // Implementation.
 
-#include "cl_LF.h"
+#include "float/lfloat/cl_LF.h"
+
+namespace cln {
 
 const cl_LF operator- (const cl_LF& x1, const cl_LF& x2)
 { GEN_LF_OP2(x1,x2,LF_LF_minus_LF,return) }
+
+}  // namespace cln