diff src/oct-obj.h @ 1738:bb9d00aa55fb

[project @ 1996-01-12 10:56:22 by jwe]
author jwe
date Fri, 12 Jan 1996 11:01:15 +0000
parents 611d403c7f3d
children 08e778219ef0
line wrap: on
line diff
--- a/src/oct-obj.h
+++ b/src/oct-obj.h
@@ -29,18 +29,11 @@
 #endif
 
 #include "Array.h"
-#include "mx-base.h"
 
-class tree_constant;
-class Matrix;
-class RowVector;
-class ColumnVector;
-class DiagMatrix;
-class ComplexMatrix;
-class ComplexRowVector;
-class ComplexColumnVector;
-class ComplexDiagMatrix;
-class Range;
+// 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"
 
 class
 Octave_object : public Array<tree_constant>