aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@gcc.gnu.org>1998-12-11 08:32:49 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>1998-12-11 08:32:49 +0000
commit276140faae6f78087c7d0bd1890803d2d6eefbf7 (patch)
tree240526fce6ae7f4d7f7782e374c971ffde148bbb /gcc/gcc.c
parent9d986f552d84c4405262c4b0c5013b538e0cc749 (diff)
downloadgcc-276140faae6f78087c7d0bd1890803d2d6eefbf7.zip
gcc-276140faae6f78087c7d0bd1890803d2d6eefbf7.tar.gz
gcc-276140faae6f78087c7d0bd1890803d2d6eefbf7.tar.bz2
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
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 259d01e..bd70a21 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"