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/intl.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/intl.c')
-rw-r--r-- | gcc/intl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/intl.c b/gcc/intl.c index f75be1f2144..c13ab8e63d8 100644 --- a/gcc/intl.c +++ b/gcc/intl.c @@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" #include "intl.h" #ifdef HAVE_LANGINFO_CODESET |