aboutsummaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-14 15:25:04 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-14 15:25:04 -0300
commit45cf24485de6738b44cd9a68738ae6a11b3827db (patch)
tree1203d08f1ac7e7a4c94bdc3665596c33588a9e8e /lua.stx
parentc56e2b2e30364bf245d518bef5d4b896212c686a (diff)
downloadlua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.gz
lua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.bz2
lua-45cf24485de6738b44cd9a68738ae6a11b3827db.zip
useless #include.
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua.stx b/lua.stx
index 7d83e62b..8270b7a4 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,10 +1,9 @@
1%{ 1%{
2 2
3char *rcs_luastx = "$Id: lua.stx,v 3.30 1996/02/12 18:32:40 roberto Exp roberto $"; 3char *rcs_luastx = "$Id: lua.stx,v 3.31 1996/02/13 17:30:39 roberto Exp roberto $";
4 4
5#include <stdio.h> 5#include <stdio.h>
6#include <stdlib.h> 6#include <stdlib.h>
7#include <string.h>
8 7
9#include "luadebug.h" 8#include "luadebug.h"
10#include "mem.h" 9#include "mem.h"