Jelajahi Sumber

unused "#include"

Roberto Ierusalimschy 29 tahun lalu
induk
melakukan
7e0be1fbde
4 mengubah file dengan 4 tambahan dan 7 penghapusan
  1. 1 1
      func.c
  2. 1 2
      inout.c
  3. 1 2
      lex.c
  4. 1 2
      opcode.c

+ 1 - 1
func.c

@@ -1,4 +1,4 @@
-#include <stdio.h>
+#include <stdlib.h>
 
 #include "luadebug.h"
 #include "table.h"

+ 1 - 2
inout.c

@@ -5,10 +5,9 @@
 ** Also provides some predefined lua functions.
 */
 
-char *rcs_inout="$Id: inout.c,v 2.33 1996/02/26 21:00:27 roberto Exp roberto $";
+char *rcs_inout="$Id: inout.c,v 2.34 1996/03/15 13:13:13 roberto Exp roberto $";
 
 #include <stdio.h>
-#include <stdlib.h>
 
 #include "lex.h"
 #include "opcode.h"

+ 1 - 2
lex.c

@@ -1,9 +1,8 @@
-char *rcs_lex = "$Id: lex.c,v 2.29 1996/02/26 22:35:51 roberto Exp roberto $";
+char *rcs_lex = "$Id: lex.c,v 2.30 1996/03/14 15:17:28 roberto Exp roberto $";
  
 
 #include <ctype.h>
 #include <string.h>
-#include <stdio.h>
 
 #include "mem.h"
 #include "tree.h"

+ 1 - 2
opcode.c

@@ -3,10 +3,9 @@
 ** TecCGraf - PUC-Rio
 */
 
-char *rcs_opcode="$Id: opcode.c,v 3.59 1996/03/04 14:46:35 roberto Exp roberto $";
+char *rcs_opcode="$Id: opcode.c,v 3.60 1996/03/15 13:13:13 roberto Exp roberto $";
 
 #include <setjmp.h>
-#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>