diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 21:05:13 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 21:05:13 +0000 |
commit | db51a5b83de5316ba32b3239d264d78997a99150 (patch) | |
tree | 11e2b3783095ba93ac9605208c953368f7143c94 /gcc/config/vax | |
parent | 5d0325e5e7ce042fa561e2cecd89b0e807068d25 (diff) | |
download | gcc-db51a5b83de5316ba32b3239d264d78997a99150.tar.gz |
* vax.c: Include tree.h earlier.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 9c929cc4d9f..ded7570f32d 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" |