diff options
-rw-r--r-- | ltable.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltable.c,v 2.101 2015/01/16 16:54:37 roberto Exp roberto $ | 2 | ** $Id: ltable.c,v 2.102 2015/02/13 13:05:34 roberto Exp roberto $ |
3 | ** Lua tables (hash) | 3 | ** Lua tables (hash) |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | #include <float.h> | 26 | #include <float.h> |
27 | #include <math.h> | 27 | #include <math.h> |
28 | #include <string.h> | ||
29 | #include <limits.h> | 28 | #include <limits.h> |
30 | 29 | ||
31 | #include "lua.h" | 30 | #include "lua.h" |