summaryrefslogtreecommitdiff
path: root/gcc/protoize.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/protoize.c
parent9d986f552d84c4405262c4b0c5013b538e0cc749 (diff)
downloadgcc-276140faae6f78087c7d0bd1890803d2d6eefbf7.tar.gz
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/protoize.c')
-rw-r--r--gcc/protoize.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 77b1a11218e..f50e936f5a7 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -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>