diff src/variables.h @ 1738:bb9d00aa55fb

[project @ 1996-01-12 10:56:22 by jwe]
author jwe
date Fri, 12 Jan 1996 11:01:15 +0000
parents ba9b08842dbe
children 3a9462b655f1
line wrap: on
line diff
--- a/src/variables.h	Fri Jan 12 10:53:22 1996 +0000
+++ b/src/variables.h	Fri Jan 12 11:01:15 1996 +0000
@@ -24,18 +24,14 @@
 #if !defined (octave_variables_h)
 #define octave_variables_h 1
 
-class istream;
-class ostrstream;
 class symbol_record;
 class symbol_table;
-class tree;
+
 class tree_fvc;
 class tree_constant;
 class Octave_object;
 
 struct builtin_mapper_function;
-struct builtin_function;
-struct builtin_variable;
 
 typedef int (*sv_Function)(void);