* arm.c: Don't include tm.h directly.

From-SVN: r36269
This commit is contained in:
Richard Earnshaw 2000-09-08 14:26:29 +00:00 committed by Richard Earnshaw
parent e65d02cf38
commit 8e49e00a2c
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-09-08 Richard Earnshaw <rearnsha@arm.com>
* arm.c: Don't include tm.h directly.
Fri Sep 8 14:34:56 MET DST 2000 Jan Hubicka <jh@suse.cz>
* recog.c (validate_replace_rtx_1): Fix confusion about equality

View File

@ -25,7 +25,6 @@ Boston, MA 02111-1307, USA. */
#include "system.h"
#include "rtl.h"
#include "tree.h"
#include "tm.h"
#include "regs.h"
#include "hard-reg-set.h"
#include "real.h"