unused "#include".

This commit is contained in:
Roberto Ierusalimschy
1996-05-06 13:59:00 -03:00
parent 0e2297afaa
commit a7ca46405d
2 changed files with 10 additions and 13 deletions

View File

@@ -3,15 +3,12 @@
** TecCGraf - PUC-Rio
*/
char *rcs_mem = "$Id: mem.c,v 1.10 1996/03/21 16:31:32 roberto Exp roberto $";
char *rcs_mem = "$Id: mem.c,v 1.11 1996/03/21 18:54:29 roberto Exp roberto $";
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "mem.h"
#include "lua.h"
#include "table.h"
#define mem_error() lua_error(memEM)