fewer #include's in luaconf.h

This commit is contained in:
Roberto Ierusalimschy
2005-03-08 15:09:16 -03:00
parent 7d57ea70bc
commit b5b230d95c
6 changed files with 12 additions and 10 deletions

3
ldo.c
View File

@@ -1,10 +1,11 @@
/*
** $Id: ldo.c,v 2.13 2004/12/03 20:35:33 roberto Exp roberto $
** $Id: ldo.c,v 2.14 2005/02/18 12:40:02 roberto Exp roberto $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#include <setjmp.h>
#include <stdlib.h>
#include <string.h>