summaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-05-23 11:41:20 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-05-23 11:41:20 -0300
commit892aff2a07585eee25bf9fd68e9c2538d537b74f (patch)
tree2842ea5bc0cfa0fb5a49fa10867161df9a02683b /ltm.h
parent02ed0b2c300e9db643454743a26537756dc90b67 (diff)
downloadlua-github-892aff2a07585eee25bf9fd68e9c2538d537b74f.tar.gz
avoid circular inclusion between ltm.h <-> lstate.h
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltm.h b/ltm.h
index 7eb60b4c..24b9a84e 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.h,v 2.34 2018/02/27 17:48:28 roberto Exp roberto $
+** $Id: ltm.h,v 2.35 2018/04/04 14:23:41 roberto Exp roberto $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -9,7 +9,6 @@
#include "lobject.h"
-#include "lstate.h"
/*