commit 0d116c3adab7bf831ecb8adec0cedfe9a807476e
parent 79f11fb2bb54b74de7b5436eb12233ec10f57962
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Thu, 10 Jun 2010 18:26:45 -0300
unused '#include' removed
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lfunc.c b/lfunc.c
@@ -1,5 +1,5 @@
/*
-** $Id: lfunc.c,v 2.24 2010/05/10 18:23:45 roberto Exp roberto $
+** $Id: lfunc.c,v 2.25 2010/06/04 13:25:10 roberto Exp roberto $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
@@ -16,7 +16,6 @@
#include "lgc.h"
#include "lmem.h"
#include "lobject.h"
-#include "lopcodes.h"
#include "lstate.h"