From: Kaz Kojima Date: Fri, 8 May 2009 03:39:09 +0000 (+0000) Subject: sh.c: Do not include c-pragma.h. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=702cb2a0448cad8201d9264f1e12cf963ea1f7ee;p=platform%2Fupstream%2Fgcc.git sh.c: Do not include c-pragma.h. * config/sh/sh.c: Do not include c-pragma.h. From-SVN: r147267 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba52f6f..abe7059 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-05-08 Kaz Kojima + + * config/sh/sh.c: Do not include c-pragma.h. + 2009-05-07 Andrew Pinski * config/spu/spu.c: Remove include of c-common.h. diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 9834d62..1c915a5 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-attr.h" #include "toplev.h" #include "recog.h" -#include "c-pragma.h" #include "integrate.h" #include "dwarf2.h" #include "tm_p.h"