]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Don't include <sys/stat.h> twice.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 27 Apr 1995 15:42:46 +0000 (11:42 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 27 Apr 1995 15:42:46 +0000 (11:42 -0400)
From-SVN: r9506

gcc/fix-header.c

index 7491f9c90c4addf7d9de5136836b3a3bf2dc6133..0ab1d59183ec43594af90e26d152a5bf3c804a19 100644 (file)
@@ -72,15 +72,13 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 #include <ctype.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#ifndef O_RDONLY
-#define O_RDONLY 0
-#endif
 #include "hconfig.h"
 #include "obstack.h"
 #include "scan.h"
 #include "cpplib.h"
+#ifndef O_RDONLY
+#define O_RDONLY 0
+#endif
 
 #if !__STDC__
 #define const /* nothing */