Eliminate redundant include for compilers whose include files are not
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Jun 1992 19:35:33 +0000 (19:35 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Jun 1992 19:35:33 +0000 (19:35 +0000)
protected against multiple inclusion.

v7/src/microcode/option.c

index 5656f4bcc235a2b364693a0c402eb6e9f5a320ed..1c995ca848fcc8697c67024d11723dd1ac58f443 100644 (file)
@@ -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 <stdio.h>
 #include <ctype.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include "ansidecl.h"
 #include "obstack.h"
 #include "osenv.h"
+#include <sys/stat.h>
 
 extern char * getenv ();
 extern void free ();