chiark / gitweb /
Missed an old include...
authormdw <mdw>
Sun, 12 Oct 2003 00:29:10 +0000 (00:29 +0000)
committermdw <mdw>
Sun, 12 Oct 2003 00:29:10 +0000 (00:29 +0000)
src/lexer.l

index 9c66a3b3c55f6be4370979fc82c8817bb9326627..7183d075c27d9226a22cc072324e4dfb65cede54 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lexer.l,v 1.4 1999/05/04 16:17:26 mdw Exp $
+ * $Id: lexer.l,v 1.5 2003/10/12 00:29:10 mdw Exp $
  *
  * Lexical analyser for `become.conf' files
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: lexer.l,v $
+ * Revision 1.5  2003/10/12 00:29:10  mdw
+ * Missed an old include...
+ *
  * Revision 1.4  1999/05/04 16:17:26  mdw
  * Change to header file name for parser.  See log for `parse.h' for
  * details.
@@ -56,7 +59,6 @@
 #include "become.h"
 #include "lexer.h"
 #include "parse.h"
-#include "utils.h"
 %}
 
 /* --- Start conditions --- */