aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-09-12 14:05:13 -0700
committerRichard Henderson <rth@gcc.gnu.org>2002-09-12 14:05:13 -0700
commit92bc3c1a9adcccc1fc88bcd8693daad1be783f0f (patch)
tree11e2b3783095ba93ac9605208c953368f7143c94
parent3f64e54373b3632e8359cd529078e740f67430e5 (diff)
downloadgcc-92bc3c1a9adcccc1fc88bcd8693daad1be783f0f.zip
gcc-92bc3c1a9adcccc1fc88bcd8693daad1be783f0f.tar.gz
gcc-92bc3c1a9adcccc1fc88bcd8693daad1be783f0f.tar.bz2
* vax.c: Include tree.h earlier.
From-SVN: r57080
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/vax/vax.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 97c3617..e9876e8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-12 Richard Henderson <rth@redhat.com>
+
+ * vax.c: Include tree.h earlier.
+
2002-09-12 Stan Shebs <shebs@apple.com>
* config/darwin.c (machopic_finish): Remove #if 0 chunks.
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c
index 9c929cc..ded7570 100644
--- a/gcc/config/vax/vax.c
+++ b/gcc/config/vax/vax.c
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
#include "rtl.h"
+#include "tree.h"
#include "regs.h"
#include "hard-reg-set.h"
#include "real.h"
@@ -30,7 +31,6 @@ Boston, MA 02111-1307, USA. */
#include "function.h"
#include "output.h"
#include "insn-attr.h"
-#include "tree.h"
#include "recog.h"
#include "expr.h"
#include "flags.h"