浏览代码

useless #include removed (pointed by lint)

Roberto Ierusalimschy 17 年之前
父节点
当前提交
202de59254
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lbaselib.c

+ 1 - 2
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