diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-04 15:41:18 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-04 15:41:18 +0000 |
commit | 09fcca4df66ab5d22ce0adef9b9fc8d2e18cb8a7 (patch) | |
tree | 20a976284f3daa91b7078f8660a46e17405f5e93 /gcc/plugin.c | |
parent | 2a2bf5dd2b6f43a501aa8447aa55ca1bb4930110 (diff) | |
download | gcc-09fcca4df66ab5d22ce0adef9b9fc8d2e18cb8a7.tar.gz |
2010-12-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 167455
[inside gcc/ you temporary need to
make MELT_NEW_MAKE=1 MELT_STAGE_ZERO=melt-stage0-static
]
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@167457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/plugin.c')
-rw-r--r-- | gcc/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/plugin.c b/gcc/plugin.c index 6fd20585b3e..2179b819288 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "diagnostic-core.h" -#include "toplev.h" #include "tree.h" #include "tree-pass.h" #include "intl.h" |