# HG changeset patch # User jwe # Date 1156266268 0 # Node ID 250e062c3393727e068780486bd4a074e36f37e0 # Parent 164214586706740f647cf98c9f5163fec1479f24 [project @ 2006-08-22 17:04:27 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-08-22 John W. Eaton + + * Makefile.in (INCLUDES): Remove matrix.h from the list. + 2006-08-22 David Bateman * sparse-xpow.cc: Replace all uses of pow by std::pow. diff --git a/src/Makefile.in b/src/Makefile.in --- a/src/Makefile.in +++ b/src/Makefile.in @@ -98,7 +98,7 @@ error.h file-io.h gripes.h help.h input.h \ lex.h load-path.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \ ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \ - matrix.h mex.h mexproto.h mxarray.h \ + mex.h mexproto.h mxarray.h \ oct-errno.h oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h zfstream.h \ oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \