diff src/lex.l @ 2891:1a30f46e1870

[project @ 1997-04-28 01:49:00 by jwe]
author jwe
date Mon, 28 Apr 1997 02:01:22 +0000
parents 5c1b9e545dd1
children 5ed088015839
line wrap: on
line diff
--- a/src/lex.l	Mon Apr 28 01:45:58 1997 +0000
+++ b/src/lex.l	Mon Apr 28 02:01:22 1997 +0000
@@ -47,17 +47,18 @@
 #include "error.h"
 #include "input.h"
 #include "lex.h"
-#include "toplev.h"
+#include "ov.h"
 #include "parse.h"
-#include "symtab.h"
-#include "token.h"
 #include "pt-base.h"
 #include "pt-cmd.h"
-#include "ov.h"
+#include "pt-const.h"
 #include "pt-exp.h"
 #include "pt-mat.h"
 #include "pt-misc.h"
 #include "pt-plot.h"
+#include "symtab.h"
+#include "token.h"
+#include "toplev.h"
 #include "utils.h"
 #include "variables.h"
 #include <y.tab.h>