summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/collect2.c1
-rw-r--r--gcc/cpplib.h1
-rw-r--r--gcc/gcc.c1
-rw-r--r--gcc/gcov.c1
-rw-r--r--gcc/getpwd.c1
-rw-r--r--gcc/protoize.c1
-rw-r--r--gcc/toplev.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 978c3e73c69..8da28465334 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
#include <signal.h>
-#include <sys/stat.h>
#ifdef vfork /* Autoconf may define this to fork for us. */
# define VFORK_STRING "fork"
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 390da10cb9b..67508da41d4 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -23,7 +23,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define __GCC_CPPLIB__
#include <sys/types.h>
-#include <sys/stat.h>
#ifdef __cplusplus
extern "C" {
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 259d01ec6e0..bd70a216f20 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -34,7 +34,6 @@ compilation is specified by a string called a "spec". */
#include "config.h"
#include "system.h"
#include <signal.h>
-#include <sys/stat.h>
#include "obstack.h"
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 102b14d7951..317137dc4d4 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -43,7 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#include "system.h"
-#include <sys/stat.h>
#include "gcov-io.h"
diff --git a/gcc/getpwd.c b/gcc/getpwd.c
index 3d5f43f7408..c3d155e5741 100644
--- a/gcc/getpwd.c
+++ b/gcc/getpwd.c
@@ -2,7 +2,6 @@
#include "config.h"
#include "system.h"
-#include <sys/stat.h>
/* Virtually every UN*X system now in common use (except for pre-4.3-tahoe
BSD systems) now provides getcwd as called for by POSIX. Allow for
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 77b1a11218e..f50e936f5a7 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -58,7 +58,6 @@ Boston, MA 02111-1307, USA. */
#endif
#include "system.h"
-#include <sys/stat.h>
#if ! defined (_WIN32) || defined (__CYGWIN__)
#if defined(POSIX) || defined(CONCURRENT)
#include <dirent.h>
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 3e86a689087..5a1b0a8ea68 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA. */
#include "system.h"
#include <signal.h>
#include <setjmp.h>
-#include <sys/stat.h>
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>