aboutsummaryrefslogtreecommitdiff
path: root/hash.c
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 /hash.c
parentc56e2b2e30364bf245d518bef5d4b896212c686a (diff)
downloadlua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.gz
lua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.bz2
lua-45cf24485de6738b44cd9a68738ae6a11b3827db.zip
useless #include.
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index c3db2588..8e541a1e 100644
--- a/hash.c
+++ b/hash.c
@@ -3,9 +3,8 @@
3** hash manager for lua 3** hash manager for lua
4*/ 4*/
5 5
6char *rcs_hash="$Id: hash.c,v 2.26 1995/10/04 14:20:26 roberto Exp $"; 6char *rcs_hash="$Id: hash.c,v 2.28 1996/02/12 18:32:40 roberto Exp roberto $";
7 7
8#include <string.h>
9 8
10#include "mem.h" 9#include "mem.h"
11#include "opcode.h" 10#include "opcode.h"