From 1a6536aaadb8218493f763eafd83998ce41c5c70 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 18 Oct 1994 16:34:47 -0200 Subject: deletion of 'include mm.h' --- table.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'table.c') diff --git a/table.c b/table.c index b9e3449c..ba3d55c4 100644 --- a/table.c +++ b/table.c @@ -3,13 +3,11 @@ ** Module to control static tables */ -char *rcs_table="$Id: table.c,v 2.4 1994/10/17 19:03:23 celes Exp roberto $"; +char *rcs_table="$Id: table.c,v 2.5 1994/10/17 21:45:00 roberto Exp roberto $"; #include #include -#include "mm.h" - #include "opcode.h" #include "tree.h" #include "hash.h" -- cgit v1.2.3-55-g6feb