diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-01 17:29:12 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-01 17:29:12 +0000 |
commit | a878b2d797fb065d9d7c3dbc2594635a017731bb (patch) | |
tree | 9e5de76ca404d12f6a6d8b41906ff3c4fa5f145d /gcc/intl.c | |
parent | 844e904d4f0bf34541d1e27ae2409fa479433d4a (diff) | |
download | gcc-a878b2d797fb065d9d7c3dbc2594635a017731bb.tar.gz |
intl.c: Don't include tm.h.
* intl.c: Don't include tm.h.
* Makefile.in (intl.o): Don't depend on $(TM_H).
From-SVN: r167352
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 |