lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 202de59254b12e32fb0da2e039787b9581e56161
parent f858a155c2289015701c2c03fd99bc1e3688eefb
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu,  3 Jul 2008 11:23:12 -0300

useless #include removed (pointed by lint)

Diffstat:
Mlbaselib.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lbaselib.c b/lbaselib.c @@ -1,5 +1,5 @@ /* -** $Id: lbaselib.c,v 1.205 2008/02/19 18:54:09 roberto Exp roberto $ +** $Id: lbaselib.c,v 1.206 2008/02/25 14:33:57 roberto Exp roberto $ ** Basic library ** See Copyright Notice in lua.h */ @@ -9,7 +9,6 @@ #include <ctype.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #define lbaselib_c #define LUA_LIB