# HG changeset patch # User jwe # Date 845077666 0 # Node ID 5ece30fb2af6b9bbac809ac196c127c8b3e6427f # Parent bf6a96fd9b7e471b4d570060c43c373cd37bc5ab [project @ 1996-10-11 23:47:45 by jwe] diff --git a/src/oct-map.cc b/src/oct-map.cc --- 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" diff --git a/src/oct-map.h b/src/oct-map.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; diff --git a/src/oct-obj.h b/src/oct-obj.h --- 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