diff options
author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-11 08:32:49 +0000 |
---|---|---|
committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-11 08:32:49 +0000 |
commit | 0192f8eab76ece580a46aaf2036a3cfb1a6a9bce (patch) | |
tree | 240526fce6ae7f4d7f7782e374c971ffde148bbb /gcc/cpplib.h | |
parent | cb403778e991ef7c6f3287309a0f619fc9e8609c (diff) | |
download | ppe42-gcc-0192f8eab76ece580a46aaf2036a3cfb1a6a9bce.tar.gz ppe42-gcc-0192f8eab76ece580a46aaf2036a3cfb1a6a9bce.zip |
�
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" { |