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
lapi.c
View File

@@ -1,11 +1,12 @@
/*
** $Id: lapi.c,v 2.27 2005/02/18 12:40:02 roberto Exp roberto $
** $Id: lapi.c,v 2.28 2005/02/23 17:30:22 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <string.h>