aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltm.c b/ltm.c
index cc28a414..b664dbed 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 2.36 2015/11/03 15:47:30 roberto Exp roberto $ 2** $Id: ltm.c,v 2.37 2016/02/26 19:20:15 roberto Exp roberto $
3** Tag methods 3** Tag methods
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -15,7 +15,7 @@
15#include "lua.h" 15#include "lua.h"
16 16
17#include "ldebug.h" 17#include "ldebug.h"
18#include "ldo.h" 18#include "ldo.h"
19#include "lobject.h" 19#include "lobject.h"
20#include "lstate.h" 20#include "lstate.h"
21#include "lstring.h" 21#include "lstring.h"