diff options
-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 | ||