aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-02-16 11:15:00 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-02-16 11:15:00 -0200
commit419e2cb01d3527928cc4035f8b9b9589946e0e1a (patch)
treef26a4155f0fce405c482a10eb8f22947b2a0f420
parent374f6c461240d8896ed3d9c73bad3873bba580ae (diff)
downloadlua-419e2cb01d3527928cc4035f8b9b9589946e0e1a.tar.gz
lua-419e2cb01d3527928cc4035f8b9b9589946e0e1a.tar.bz2
lua-419e2cb01d3527928cc4035f8b9b9589946e0e1a.zip
detail (file does not need 'string.h')
-rw-r--r--ltable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltable.c b/ltable.c
index b3771d0a..3b1e6a1f 100644
--- a/ltable.c
+++ b/ltable.c
@@ -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"