diff src/lex.l @ 2987:ae20b3f37f5e

[project @ 1997-05-16 07:05:15 by jwe]
author jwe
date Fri, 16 May 1997 07:05:49 +0000
parents 20f5cec4f11c
children ea9af2ffa80d
line wrap: on
line diff
--- a/src/lex.l
+++ b/src/lex.l
@@ -51,30 +51,7 @@
 #include "lex.h"
 #include "ov.h"
 #include "parse.h"
-#include "pt-arg-list.h"
-#include "pt-assign.h"
-#include "pt-base.h"
-#include "pt-binop.h"
-#include "pt-cmd.h"
-#include "pt-colon.h"
-#include "pt-const.h"
-#include "pt-decl.h"
-#include "pt-except.h"
-#include "pt-exp.h"
-#include "pt-id.h"
-#include "pt-idx.h"
-#include "pt-indir.h"
-#include "pt-jump.h"
-#include "pt-loop.h"
-#include "pt-mat.h"
-#include "pt-misc.h"
-#include "pt-plot.h"
-#include "pt-pr-code.h"
-#include "pt-select.h"
-#include "pt-stmt.h"
-#include "pt-unop.h"
-#include "pt-pr-code.h"
-#include "pt-walk.h"
+#include "pt-all.h"
 #include "symtab.h"
 #include "token.h"
 #include "toplev.h"