changeset 5616:44c592934077

[project @ 2006-02-10 22:42:38 by dbateman]
author dbateman
date Fri, 10 Feb 2006 22:42:38 +0000
parents d01f07aeaec5
children e92411b7eb21
files src/DLD-FUNCTIONS/spqr.cc
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/spqr.cc	Fri Feb 10 21:30:42 2006 +0000
+++ b/src/DLD-FUNCTIONS/spqr.cc	Fri Feb 10 22:42:38 2006 +0000
@@ -24,16 +24,13 @@
 #include <config.h>
 #endif
 
-#if HAVE_CXSPARSE
-#include <cxsparse/cxs.h>
-#endif
-
 #include "defun-dld.h"
 #include "error.h"
 #include "gripes.h"
 #include "oct-obj.h"
 #include "utils.h"
 
+#include "oct-sparse.h"
 #include "ov-re-sparse.h"
 #include "ov-cx-sparse.h"
 #include "SparseQR.h"