diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-07-03 11:23:35 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-07-03 11:23:35 -0300 |
| commit | 202de59254b12e32fb0da2e039787b9581e56161 (patch) | |
| tree | 6640059fbabe8c12de6e0e30fda5820d28d5fc24 | |
| parent | f858a155c2289015701c2c03fd99bc1e3688eefb (diff) | |
| download | lua-202de59254b12e32fb0da2e039787b9581e56161.tar.gz lua-202de59254b12e32fb0da2e039787b9581e56161.tar.bz2 lua-202de59254b12e32fb0da2e039787b9581e56161.zip | |
useless #include removed (pointed by lint)
| -rw-r--r-- | lbaselib.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -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 |
