aboutsummaryrefslogtreecommitdiff
path: root/lbaselib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-07-03 11:23:35 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-07-03 11:23:35 -0300
commit202de59254b12e32fb0da2e039787b9581e56161 (patch)
tree6640059fbabe8c12de6e0e30fda5820d28d5fc24 /lbaselib.c
parentf858a155c2289015701c2c03fd99bc1e3688eefb (diff)
downloadlua-202de59254b12e32fb0da2e039787b9581e56161.tar.gz
lua-202de59254b12e32fb0da2e039787b9581e56161.tar.bz2
lua-202de59254b12e32fb0da2e039787b9581e56161.zip
useless #include removed (pointed by lint)
Diffstat (limited to 'lbaselib.c')
-rw-r--r--lbaselib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lbaselib.c b/lbaselib.c
index 44329856..c2ff76f3 100644
--- a/lbaselib.c
+++ b/lbaselib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lbaselib.c,v 1.205 2008/02/19 18:54:09 roberto Exp roberto $ 2** $Id: lbaselib.c,v 1.206 2008/02/25 14:33:57 roberto Exp roberto $
3** Basic library 3** Basic library
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,7 +9,6 @@
9#include <ctype.h> 9#include <ctype.h>
10#include <stdio.h> 10#include <stdio.h>
11#include <stdlib.h> 11#include <stdlib.h>
12#include <string.h>
13 12
14#define lbaselib_c 13#define lbaselib_c
15#define LUA_LIB 14#define LUA_LIB