Mercurial > hg > octave-thorsten
changeset 2369:5ece30fb2af6
[project @ 1996-10-11 23:47:45 by jwe]
author | jwe |
---|---|
date | Fri, 11 Oct 1996 23:47:46 +0000 |
parents | bf6a96fd9b7e |
children | a45c7d64b5e3 |
files | src/oct-map.cc src/oct-map.h src/oct-obj.h |
diffstat | 3 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/oct-map.cc +++ b/src/oct-map.cc @@ -30,7 +30,7 @@ #include "str-vec.h" -#include "pt-const.h" +#include "ov.h" #include "oct-map.h" #include "utils.h"
--- a/src/oct-map.h +++ b/src/oct-map.h @@ -29,7 +29,7 @@ #include "Map.h" -#include "pt-const.h" +#include "ov.h" class string_vector;
--- a/src/oct-obj.h +++ b/src/oct-obj.h @@ -32,10 +32,7 @@ #include "Array.h" #include "str-vec.h" -// Including this is all we need because pt-const.h gives us -// declarations for all the data types Octave knows about. - -#include "pt-const.h" +#include "ov.h" class octave_value_list : public Array<octave_value>