OSDN Git Service

* vax.c: Include tree.h earlier.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2002 21:05:13 +0000 (21:05 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2002 21:05:13 +0000 (21:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57080 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/vax/vax.c

index 97c3617..e9876e8 100644 (file)
@@ -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.
index 9c929cc..ded7570 100644 (file)
@@ -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"