From 892aff2a07585eee25bf9fd68e9c2538d537b74f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 23 May 2018 11:41:20 -0300 Subject: avoid circular inclusion between ltm.h <-> lstate.h --- ltm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltm.h') 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" /* -- cgit v1.2.1