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

4
lvm.c
View File

@@ -1,10 +1,12 @@
/*
** $Id: lvm.c,v 2.28 2005/03/07 18:27:34 roberto Exp roberto $
** $Id: lvm.c,v 2.29 2005/03/08 18:00:16 roberto Exp roberto $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>