]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".
authorManfred Hollstein <manfred@gcc.gnu.org>
Fri, 11 Dec 1998 08:32:37 +0000 (08:32 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Fri, 11 Dec 1998 08:32:37 +0000 (08:32 +0000)
p
* 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: r24261

gcc/ChangeLog

index 522d6c1b49199e71be25cc75b9fc4239086c8f7b..d9f22c21a58989586cfc85466e7fda6d12e2caad 100644 (file)
@@ -1,5 +1,15 @@
 1998-12-11  Manfred Hollstein  <manfred@s-direktnet.de>
 
+       * 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.
+
        * cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h"
        and don't try to define it here.
        * Makefile.in (cppmain.o): Depend on machmode.h.