changeset 9760:c6b97d218345

PermMatrix.cc: don't include error.h
author John W. Eaton <jwe@octave.org>
date Wed, 28 Oct 2009 20:00:35 -0400
parents 97de6c916498
children 5f8971be8e12
files liboctave/ChangeLog liboctave/PermMatrix.cc
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Oct 27 20:11:47 2009 +0100
+++ b/liboctave/ChangeLog	Wed Oct 28 20:00:35 2009 -0400
@@ -1,3 +1,7 @@
+2009-10-28  John W. Eaton  <jwe@octave.org>
+
+	* PermMatrix.cc: Don't include error.h.
+
 2009-10-27  David Bateman  <dbateman@free.fr>
 
 	* SparsedbleLU.cc (SparseLU::SparseLU (const SparseMatrix&,
--- a/liboctave/PermMatrix.cc	Tue Oct 27 20:11:47 2009 +0100
+++ b/liboctave/PermMatrix.cc	Wed Oct 28 20:00:35 2009 -0400
@@ -26,7 +26,6 @@
 
 #include "PermMatrix.h"
 #include "idx-vector.h"
-#include "error.h"
 #include "Array-util.h"
 #include "oct-locbuf.h"