From 121129d4d9fa2a442c7dae13cd6226d62061628a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 5 Jun 1992 19:35:33 +0000 Subject: [PATCH] Eliminate redundant include for compilers whose include files are not protected against multiple inclusion. --- v7/src/microcode/option.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index 5656f4bcc..1c995ca84 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.24 1992/06/05 04:38:41 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.25 1992/06/05 19:35:33 jinx Exp $ -Copyright (c) 1990-92 Massachusetts Institute of Technology +Copyright (c) 1990-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -36,11 +36,10 @@ MIT in each case. */ #include #include -#include -#include #include "ansidecl.h" #include "obstack.h" #include "osenv.h" +#include extern char * getenv (); extern void free (); -- 2.25.1