Commit 9d986f55 by Manfred Hollstein

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: r24262
parent 8eeae6f4
......@@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */
#define PRINTF_PROTO_4(ARGS) PRINTF_PROTO(ARGS, 4, 5)
#include "system.h"
#include <sys/stat.h>
#include <signal.h>
#ifdef HAVE_SYS_RESOURCE_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment