diff liboctave/sparse-dmsolve.cc @ 5794:1138ced03f14

[project @ 2006-05-08 20:23:04 by jwe]
author jwe
date Mon, 08 May 2006 20:23:07 +0000
parents eb90c83b4f91
children 11fcab4c461d
line wrap: on
line diff
--- a/liboctave/sparse-dmsolve.cc	Sat May 06 14:55:35 2006 +0000
+++ b/liboctave/sparse-dmsolve.cc	Mon May 08 20:23:07 2006 +0000
@@ -24,9 +24,10 @@
 #endif
 
 
-
+// FIXME -- liboctave should not be including files from the src directory.
 #include "ov-re-sparse.h"
 #include "ov-cx-sparse.h"
+
 #include "MArray2.h"
 #include "MSparse.h"
 #include "SparseQR.h"