From: Richard Guenther Date: Tue, 13 Mar 2012 10:18:38 +0000 (+0000) Subject: libgcov.c: Remove stdio.h include and NULL un-define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bef73a14e3d70574c4b28a9187d138caed78796;p=gcc.git libgcov.c: Remove stdio.h include and NULL un-define. 2012-03-13 Richard Guenther * libgcov.c: Remove stdio.h include and NULL un-define. From-SVN: r185324 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index de9eebe9671..420e30fb864 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2012-03-13 Richard Guenther + + * libgcov.c: Remove stdio.h include and NULL un-define. + 2012-03-13 Richard Guenther PR target/52569 diff --git a/libgcc/libgcov.c b/libgcc/libgcov.c index fd04fb1a436..1603912de2f 100644 --- a/libgcc/libgcov.c +++ b/libgcc/libgcov.c @@ -35,8 +35,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined(inhibit_libc) #define IN_LIBGCOV (-1) #else -#undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */ -#include #define IN_LIBGCOV 1 #if defined(L_gcov) #define GCOV_LINKAGE /* nothing */