From 419e2cb01d3527928cc4035f8b9b9589946e0e1a Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Mon, 16 Feb 2015 11:15:00 -0200
Subject: detail (file does not need 'string.h')

---
 ltable.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ltable.c b/ltable.c
index b3771d0a..3b1e6a1f 100644
--- a/ltable.c
+++ b/ltable.c
@@ -1,5 +1,5 @@
 /*
-** $Id: ltable.c,v 2.101 2015/01/16 16:54:37 roberto Exp roberto $
+** $Id: ltable.c,v 2.102 2015/02/13 13:05:34 roberto Exp roberto $
 ** Lua tables (hash)
 ** See Copyright Notice in lua.h
 */
@@ -25,7 +25,6 @@
 
 #include <float.h>
 #include <math.h>
-#include <string.h>
 #include <limits.h>
 
 #include "lua.h"
-- 
cgit v1.2.3-55-g6feb