useless #include.

This commit is contained in:
Roberto Ierusalimschy
1996-02-14 15:25:04 -03:00
parent c56e2b2e30
commit 45cf24485d
4 changed files with 4 additions and 9 deletions

View File

@@ -5,11 +5,10 @@
** Also provides some predefined lua functions.
*/
char *rcs_inout="$Id: inout.c,v 2.30 1996/02/12 18:32:40 roberto Exp roberto $";
char *rcs_inout="$Id: inout.c,v 2.31 1996/02/13 17:30:39 roberto Exp roberto $";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lex.h"
#include "opcode.h"