detail (file does not need 'string.h')

This commit is contained in:
Roberto Ierusalimschy 2015-02-16 11:15:00 -02:00
parent 374f6c4612
commit 419e2cb01d
1 changed files with 1 additions and 2 deletions

View File

@ -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"