aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
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 /gcc/config
parent3f64e54373b3632e8359cd529078e740f67430e5 (diff)
downloadgcc-92bc3c1a9adcccc1fc88bcd8693daad1be783f0f.zip
gcc-92bc3c1a9adcccc1fc88bcd8693daad1be783f0f.tar.gz
gcc-92bc3c1a9adcccc1fc88bcd8693daad1be783f0f.tar.bz2
* vax.c: Include tree.h earlier.
From-SVN: r57080
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/vax/vax.c2
1 files changed, 1 insertions, 1 deletions
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"