cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".

�
	* 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
This commit is contained in:
Manfred Hollstein 1998-12-11 08:32:49 +00:00
parent 9d986f552d
commit 276140faae
7 changed files with 0 additions and 7 deletions

View 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"

View 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" {

View File

@ -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"

View 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"

View 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

View 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>

View 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>