From: Guillermo J. Rozas Date: Fri, 5 Jun 1992 19:35:33 +0000 (+0000) Subject: Eliminate redundant include for compilers whose include files are not X-Git-Tag: 20090517-FFI~9281 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=121129d4d9fa2a442c7dae13cd6226d62061628a;p=mit-scheme.git Eliminate redundant include for compilers whose include files are not protected against multiple inclusion. --- 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 ();