diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2009-05-08 03:39:09 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2009-05-08 03:39:09 +0000 |
commit | 702cb2a0448cad8201d9264f1e12cf963ea1f7ee (patch) | |
tree | cedaddced523d9bde1664e722c509e10c443403f /gcc | |
parent | 5e8df7539679a283dd62729ad1864b766545ee9e (diff) | |
download | gcc-702cb2a0448cad8201d9264f1e12cf963ea1f7ee.zip gcc-702cb2a0448cad8201d9264f1e12cf963ea1f7ee.tar.gz gcc-702cb2a0448cad8201d9264f1e12cf963ea1f7ee.tar.bz2 |
sh.c: Do not include c-pragma.h.
* config/sh/sh.c: Do not include c-pragma.h.
From-SVN: r147267
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sh/sh.c | 1 |
2 files changed, 4 insertions, 1 deletions
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 <kkojima@gcc.gnu.org> + + * config/sh/sh.c: Do not include c-pragma.h. + 2009-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com> * 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" |