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:40 +0000 (08:32 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Fri, 11 Dec 1998 08:32:40 +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: r24262

gcc/cccp.c

index ab3e8bfbe21207228274789f343bac267d2e72b0..d7bdbffd74ab03b009a914fd0d9e23725af2f7ce 100644 (file)
@@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */
 #define PRINTF_PROTO_4(ARGS) PRINTF_PROTO(ARGS, 4, 5)
 
 #include "system.h"
-#include <sys/stat.h>
 #include <signal.h>
 
 #ifdef HAVE_SYS_RESOURCE_H