deletion of 'include mm.h'

This commit is contained in:
Roberto Ierusalimschy
1994-10-18 16:34:47 -02:00
parent d7cb47fadf
commit 1a6536aaad
3 changed files with 3 additions and 10 deletions

View File

@@ -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 <stdlib.h>
#include <string.h>
#include "mm.h"
#include "opcode.h"
#include "tree.h"
#include "hash.h"