From 9d986f552d84c4405262c4b0c5013b538e0cc749 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 11 Dec 1998 08:32:40 +0000 Subject: [PATCH] cccp.c: Do not #include here; this is already done by "system.h". * cccp.c: Do not #include 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 --- gcc/cccp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/cccp.c b/gcc/cccp.c index ab3e8bfbe21..d7bdbffd74a 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */ #define PRINTF_PROTO_4(ARGS) PRINTF_PROTO(ARGS, 4, 5) #include "system.h" -#include #include #ifdef HAVE_SYS_RESOURCE_H -- 2.30.2