From c7cf92e6f318823406e40ad6016e5ccb4e041c72 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 2 Oct 2003 16:21:09 -0300 Subject: avoid unecessary includes of `stdlib' --- ldebug.c | 4 ++-- lfunc.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ldebug.c b/ldebug.c index e7413507..7e33ee9d 100644 --- a/ldebug.c +++ b/ldebug.c @@ -1,11 +1,11 @@ /* -** $Id: ldebug.c,v 1.154 2003/07/10 11:59:06 roberto Exp roberto $ +** $Id: ldebug.c,v 1.155 2003/07/16 20:49:02 roberto Exp roberto $ ** Debug Interface ** See Copyright Notice in lua.h */ -#include +#include #include #define ldebug_c diff --git a/lfunc.c b/lfunc.c index 0d15aa3b..bd885caa 100644 --- a/lfunc.c +++ b/lfunc.c @@ -1,11 +1,11 @@ /* -** $Id: lfunc.c,v 1.66 2003/02/11 10:46:24 roberto Exp roberto $ +** $Id: lfunc.c,v 1.67 2003/03/18 12:50:04 roberto Exp roberto $ ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ -#include +#include #define lfunc_c -- cgit v1.2.3-55-g6feb