diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-01 17:29:12 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-01 17:29:12 +0000 |
commit | 56a1e4f4628f9ce01f69dbd8c4938d7a0a12a810 (patch) | |
tree | 9e5de76ca404d12f6a6d8b41906ff3c4fa5f145d /gcc/intl.c | |
parent | 7133bc6ff1b2dbac4b8da3a957a076150c841517 (diff) | |
download | gcc-56a1e4f4628f9ce01f69dbd8c4938d7a0a12a810.tar.gz |
* intl.c: Don't include tm.h.
* Makefile.in (intl.o): Don't depend on $(TM_H).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167352 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 |