diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-28 15:27:50 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-28 15:27:50 -0200 |
commit | 9de384e27a86431b02a78bdbdef0adccf0d9338d (patch) | |
tree | 811ac8d557483ab7696926a9ff8c00b9d87ebf61 /lapi.c | |
parent | 4b526045fa143923fb66c3b1e19901cf6f5d2c73 (diff) | |
download | lua-9de384e27a86431b02a78bdbdef0adccf0d9338d.tar.gz lua-9de384e27a86431b02a78bdbdef0adccf0d9338d.tar.bz2 lua-9de384e27a86431b02a78bdbdef0adccf0d9338d.zip |
removed useless 'include math.h'
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,11 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.c,v 2.238 2014/10/17 19:17:55 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 2.239 2014/10/25 11:50:46 roberto Exp roberto $ |
3 | ** Lua API | 3 | ** Lua API |
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 <stdarg.h> | 8 | #include <stdarg.h> |
10 | #include <string.h> | 9 | #include <string.h> |
11 | 10 | ||