From: Manfred Hollstein Date: Fri, 11 Dec 1998 08:32:40 +0000 (+0000) Subject: cccp.c: Do not #include here; this is already done by "system.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d986f552d84c4405262c4b0c5013b538e0cc749;p=gcc.git 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 --- 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