diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-03-09 15:15:48 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-03-09 15:15:48 -0300 |
commit | 3d61c31e5ad099952b20a31424a725c767150ba8 (patch) | |
tree | 95ca5fbe95ec1a07bccd8bcef9bcddd00e8cdde7 /lparser.h | |
parent | 44a9bd6a8cb63adeb66537eacf56f45c91a318b6 (diff) | |
download | lua-3d61c31e5ad099952b20a31424a725c767150ba8.tar.gz lua-3d61c31e5ad099952b20a31424a725c767150ba8.tar.bz2 lua-3d61c31e5ad099952b20a31424a725c767150ba8.zip |
'lparser.h' should not include 'ltable.h'
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lparser.h,v 1.55 2005/04/25 19:24:10 roberto Exp roberto $ | 2 | ** $Id: lparser.h,v 1.56 2005/10/03 14:02:40 roberto Exp roberto $ |
3 | ** Lua Parser | 3 | ** Lua Parser |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -9,7 +9,6 @@ | |||
9 | 9 | ||
10 | #include "llimits.h" | 10 | #include "llimits.h" |
11 | #include "lobject.h" | 11 | #include "lobject.h" |
12 | #include "ltable.h" | ||
13 | #include "lzio.h" | 12 | #include "lzio.h" |
14 | 13 | ||
15 | 14 | ||