cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".
authorManfred Hollstein <manfred@gcc.gnu.org>
Fri, 11 Dec 1998 08:32:49 +0000 (08:32 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Fri, 11 Dec 1998 08:32:49 +0000 (08:32 +0000)

* cccp.c: Do not #include <sys/stat.h> here; this is already done
by "system.h".
* collect2.c: Likewise.
* cpplib.h: Likewise.
* gcc.c: Likewise.
* gcov.c: Likewise.
* getpwd.c: Likewise.
* protoize.c: Likewise.
* toplev.c: Likewise.

From-SVN: r24263

gcc/collect2.c
gcc/cpplib.h
gcc/gcc.c
gcc/gcov.c
gcc/getpwd.c
gcc/protoize.c
gcc/toplev.c

index 978c3e73c6981f0b3b6999698617709cb8d661d1..8da28465334540e383ff9adf7a985b229819f3cc 100644 (file)
@@ -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"
index 390da10cb9b0029f65b49d68c3fa0a6736c5c5aa..67508da41d4df22ea6029e4e967f2eadd05a6c0e 100644 (file)
@@ -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" {
index 259d01ec6e08f4cfdd760a4052d9d69cfe9478e3..bd70a216f20935409afc5af5153bdacc579a9b26 100644 (file)
--- 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"
 
index 102b14d7951ff93368b18cc36568f2ec5f7cae2e..317137dc4d4e29126a5b7b0b300670d0637c300c 100644 (file)
@@ -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"
 
index 3d5f43f7408ba88a7477876948dc17ec84b3ec26..c3d155e574145274281f1e8492a2b96e5a8796c7 100644 (file)
@@ -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
index 77b1a11218ee3fe7698b586705227114e819ca9d..f50e936f5a73bff382d38eb7f1013a357af4c5ef 100644 (file)
@@ -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>
index 3e86a689087928c4ddb8adfe56c3083bcc4fb841..5a1b0a8ea6889c790f8dce4f599cd95b688fb76a 100644 (file)
@@ -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>