diff options
author | Hariharan Sandanagobalane <hariharan@picochip.com> | 2008-11-19 14:12:03 +0000 |
---|---|---|
committer | Hariharan Sandanagobalane <hariharans@gcc.gnu.org> | 2008-11-19 14:12:03 +0000 |
commit | fc6f1e053adf9b23df3169d9146afd951f7a73de (patch) | |
tree | e456c0fd5b8901e1bb575f549dbba851a7ab1e0a /gcc | |
parent | a80e4efd48ea1b55077ace5c0085fe886e1da0bd (diff) | |
download | gcc-fc6f1e053adf9b23df3169d9146afd951f7a73de.zip gcc-fc6f1e053adf9b23df3169d9146afd951f7a73de.tar.gz gcc-fc6f1e053adf9b23df3169d9146afd951f7a73de.tar.bz2 |
*config/picochip/picochip.c (headers): Removed an unnecessary header.
From-SVN: r142002
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1973fa..c071c5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-19 Hariharan Sandanagobalane <hariharan@picochip.com> + * config/picochip/picochip.c (headers): Remove an unnecessary + header file. + + 2008-11-19 Andrew Stubbs <ams@codesourcery.com> PR target/36133 diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c index 48f877c..303b9e1 100644 --- a/gcc/config/picochip/picochip.c +++ b/gcc/config/picochip/picochip.c @@ -50,7 +50,6 @@ along with GCC; see the file COPYING3. If not, see #include "target-def.h" #include "langhooks.h" #include "reload.h" -#include "tree-gimple.h" #include "picochip-protos.h" |