changeset 4882:7514d69b422a

[project @ 2004-04-23 19:19:54 by jwe]
author jwe
date Fri, 23 Apr 2004 19:19:54 +0000
parents d665266bb453
children d7bad86d3416
files liboctave/ChangeLog liboctave/oct-sort.cc
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Apr 23 16:20:39 2004 +0000
+++ b/liboctave/ChangeLog	Fri Apr 23 19:19:54 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  John W. Eaton  <jwe@octave.org>
+
+	* oct-sort.cc: Don't include oct-obj.h.
+
 2004-04-22  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Array.cc (Array<T>::index2, Array<T>::indexN):
--- a/liboctave/oct-sort.cc	Fri Apr 23 16:20:39 2004 +0000
+++ b/liboctave/oct-sort.cc	Fri Apr 23 19:19:54 2004 +0000
@@ -83,7 +83,6 @@
 #include <config.h>
 #endif
 
-#include "oct-obj.h"
 #include "lo-mappers.h"
 #include "quit.h"
 #include "oct-sort.h"