* caller-save.c: #include "addresses.h" after #include "tm_p.h".
From-SVN: r112863
+2006-04-11 Roger Sayle <roger@eyesopen.com>
+
+ * caller-save.c: #include "addresses.h" after #include "tm_p.h".
+
2006-04-11 Richard Sandiford <richard@codesourcery.com>
PR rtl-optimization/27073
#include "tm.h"
#include "rtl.h"
#include "regs.h"
-#include "addresses.h"
#include "insn-config.h"
#include "flags.h"
#include "hard-reg-set.h"
#include "expr.h"
#include "toplev.h"
#include "tm_p.h"
+#include "addresses.h"
#ifndef MAX_MOVE_MAX
#define MAX_MOVE_MAX MOVE_MAX