diff src/oct-obj.h @ 2369:5ece30fb2af6

[project @ 1996-10-11 23:47:45 by jwe]
author jwe
date Fri, 11 Oct 1996 23:47:46 +0000
parents bfb775fb6fe8
children 8b262e771614
line wrap: on
line diff
--- 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>