diff src/parse.y @ 584:4057f845c1ee

[project @ 1994-08-07 04:40:03 by jwe]
author jwe
date Sun, 07 Aug 1994 04:40:03 +0000
parents bc813f5eb025
children 8e4e7e5f307e
line wrap: on
line diff
--- a/src/parse.y	Sun Aug 07 03:09:19 1994 +0000
+++ b/src/parse.y	Sun Aug 07 04:40:03 1994 +0000
@@ -40,6 +40,9 @@
 
 #include "octave-hist.h"
 #include "user-prefs.h"
+#include "tree-base.h"
+#include "tree-expr.h"
+#include "tree-cmd.h"
 #include "tree-const.h"
 #include "tree-misc.h"
 #include "variables.h"
@@ -52,7 +55,6 @@
 #include "pager.h"
 #include "input.h"
 #include "utils.h"
-#include "tree.h"
 #include "lex.h"
 
 // Nonzero means we're in the middle of defining a function.