aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
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/cpplib.h
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/cpplib.h')
-rw-r--r--gcc/cpplib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 390da10..67508da 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" {