aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-03-08 15:09:16 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-03-08 15:09:16 -0300
commitb5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17 (patch)
tree9cc4873a1a80cb02137ec54abd21ce0a858b19b7 /lvm.c
parent7d57ea70bc975922485d589c8a6d8dedaa0fba02 (diff)
downloadlua-b5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17.tar.gz
lua-b5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17.tar.bz2
lua-b5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17.zip
fewer #include's in luaconf.h
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index 003e2a43..d2f91ff2 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1,10 +1,12 @@
1/* 1/*
2** $Id: lvm.c,v 2.28 2005/03/07 18:27:34 roberto Exp roberto $ 2** $Id: lvm.c,v 2.29 2005/03/08 18:00:16 roberto Exp roberto $
3** Lua virtual machine 3** Lua virtual machine
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8#include <math.h>
9#include <stdio.h>
8#include <stdlib.h> 10#include <stdlib.h>
9#include <string.h> 11#include <string.h>
10 12