aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-06-10 18:27:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-06-10 18:27:09 -0300
commit0d116c3adab7bf831ecb8adec0cedfe9a807476e (patch)
tree5315bd36f88ba8dfe1717ca8337698b7fb97f600
parent79f11fb2bb54b74de7b5436eb12233ec10f57962 (diff)
downloadlua-0d116c3adab7bf831ecb8adec0cedfe9a807476e.tar.gz
lua-0d116c3adab7bf831ecb8adec0cedfe9a807476e.tar.bz2
lua-0d116c3adab7bf831ecb8adec0cedfe9a807476e.zip
unused '#include' removed
-rw-r--r--lfunc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lfunc.c b/lfunc.c
index 92837f09..67244672 100644
--- a/lfunc.c
+++ b/lfunc.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lfunc.c,v 2.24 2010/05/10 18:23:45 roberto Exp roberto $ 2** $Id: lfunc.c,v 2.25 2010/06/04 13:25:10 roberto Exp roberto $
3** Auxiliary functions to manipulate prototypes and closures 3** Auxiliary functions to manipulate prototypes and closures
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -16,7 +16,6 @@
16#include "lgc.h" 16#include "lgc.h"
17#include "lmem.h" 17#include "lmem.h"
18#include "lobject.h" 18#include "lobject.h"
19#include "lopcodes.h"
20#include "lstate.h" 19#include "lstate.h"
21 20
22 21