From: Manfred Hollstein Date: Fri, 11 Dec 1998 08:32:49 +0000 (+0000) Subject: cccp.c: Do not #include here; this is already done by "system.h". X-Git-Tag: prereleases/libgcj-0.1~1677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=276140faae6f78087c7d0bd1890803d2d6eefbf7;p=thirdparty%2Fgcc.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: r24263 --- diff --git a/gcc/collect2.c b/gcc/collect2.c index 978c3e73c698..8da284653345 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" #include -#include #ifdef vfork /* Autoconf may define this to fork for us. */ # define VFORK_STRING "fork" diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 390da10cb9b0..67508da41d4d 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 -#include #ifdef __cplusplus extern "C" { diff --git a/gcc/gcc.c b/gcc/gcc.c index 259d01ec6e08..bd70a216f209 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -34,7 +34,6 @@ compilation is specified by a string called a "spec". */ #include "config.h" #include "system.h" #include -#include #include "obstack.h" diff --git a/gcc/gcov.c b/gcc/gcov.c index 102b14d7951f..317137dc4d4e 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -43,7 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #include "system.h" -#include #include "gcov-io.h" diff --git a/gcc/getpwd.c b/gcc/getpwd.c index 3d5f43f7408b..c3d155e57414 100644 --- a/gcc/getpwd.c +++ b/gcc/getpwd.c @@ -2,7 +2,6 @@ #include "config.h" #include "system.h" -#include /* Virtually every UN*X system now in common use (except for pre-4.3-tahoe BSD systems) now provides getcwd as called for by POSIX. Allow for diff --git a/gcc/protoize.c b/gcc/protoize.c index 77b1a11218ee..f50e936f5a73 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -58,7 +58,6 @@ Boston, MA 02111-1307, USA. */ #endif #include "system.h" -#include #if ! defined (_WIN32) || defined (__CYGWIN__) #if defined(POSIX) || defined(CONCURRENT) #include diff --git a/gcc/toplev.c b/gcc/toplev.c index 3e86a6890879..5a1b0a8ea688 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include #include -#include #ifdef HAVE_SYS_RESOURCE_H # include