瀏覽代碼

avoid circular inclusion between ltm.h <-> lstate.h

Roberto Ierusalimschy 7 年之前
父節點
當前提交
892aff2a07
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      ltm.h

+ 1 - 2
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"
 
 
 /*