# HG changeset patch # User jwe # Date 1150826219 0 # Node ID 4c16f3104aa5c2e31351f2303fc358d4f941a6c5 # Parent 2b35a7fe93021736fb6e8f0575a62de2d4146334 [project @ 2006-06-20 17:56:34 by jwe] diff -r 2b35a7fe9302 -r 4c16f3104aa5 liboctave/ChangeLog --- a/liboctave/ChangeLog Tue Jun 20 04:31:56 2006 +0000 +++ b/liboctave/ChangeLog Tue Jun 20 17:56:59 2006 +0000 @@ -1,3 +1,8 @@ +2006-06-16 John W. Eaton + + * oct-sort.h: Don't include config.h, lo-mappers.h, or quit.h. + * randmtzig.h: Don't inlcude config.h. + 2006-05-31 David Bateman * Array.cc (assignN): Maybe reshape LHS before doing assignment. diff -r 2b35a7fe9302 -r 4c16f3104aa5 liboctave/oct-sort.h --- a/liboctave/oct-sort.h Tue Jun 20 04:31:56 2006 +0000 +++ b/liboctave/oct-sort.h Tue Jun 20 17:56:59 2006 +0000 @@ -83,13 +83,6 @@ #if !defined (octave_sort_h) #define octave_sort_h 1 -#ifdef HAVE_CONFIG_H -#include -#endif - -#include "lo-mappers.h" -#include "quit.h" - /* The maximum number of entries in a MergeState's pending-runs stack. * This is enough to sort arrays of size up to about * 32 * phi ** MAX_MERGE_PENDING diff -r 2b35a7fe9302 -r 4c16f3104aa5 liboctave/randmtzig.h --- a/liboctave/randmtzig.h Tue Jun 20 04:31:56 2006 +0000 +++ b/liboctave/randmtzig.h Tue Jun 20 17:56:59 2006 +0000 @@ -42,10 +42,6 @@ #ifndef _RANDMTZIG_H #define _RANDMTZIG_H -#ifdef HAVE_CONFIG_H -#include -#endif - #include "oct-types.h" #define MT_N 624 diff -r 2b35a7fe9302 -r 4c16f3104aa5 src/ov-str-mat.h --- a/src/ov-str-mat.h Tue Jun 20 04:31:56 2006 +0000 +++ b/src/ov-str-mat.h Tue Jun 20 17:56:59 2006 +0000 @@ -129,7 +129,7 @@ void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; bool save_ascii (std::ostream& os, bool& infnan_warned, - bool strip_nan_and_inf); + bool strip_nan_and_inf); bool load_ascii (std::istream& is); diff -r 2b35a7fe9302 -r 4c16f3104aa5 src/ov-struct.h --- a/src/ov-struct.h Tue Jun 20 04:31:56 2006 +0000 +++ b/src/ov-struct.h Tue Jun 20 17:56:59 2006 +0000 @@ -108,7 +108,7 @@ bool print_name_tag (std::ostream& os, const std::string& name) const; bool save_ascii (std::ostream& os, bool& infnan_warned, - bool strip_nan_and_inf); + bool strip_nan_and_inf); bool load_ascii (std::istream& is);