* config/avr/avr.c (output.h): Move after inclusion of tree.h.
authorMarek Michalkiewicz <marekm@amelek.gda.pl>
Sat, 14 Sep 2002 20:24:49 +0000 (22:24 +0200)
committerMarek Michalkiewicz <marekm@gcc.gnu.org>
Sat, 14 Sep 2002 20:24:49 +0000 (20:24 +0000)
From-SVN: r57149

gcc/ChangeLog
gcc/config/avr/avr.c

index a947f748ef70d82f497ada4dbcebb0fd365e6c8a..5e496f8efdf9526d0693e6aed72bdf1c017bfeed 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-14  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * config/avr/avr.c (output.h): Move after inclusion of tree.h.
+
 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
 
        * ChangeLog: Follow spelling conventions.
index e3686b0b73c1e121d812187002a31b028a8ff06a..ae39d7cbdf90505d7bc6dc9d719fdd006e216315 100644 (file)
 #include "real.h"
 #include "insn-config.h"
 #include "conditions.h"
-#include "output.h"
 #include "insn-attr.h"
 #include "flags.h"
 #include "reload.h"
 #include "tree.h"
+#include "output.h"
 #include "expr.h"
 #include "toplev.h"
 #include "obstack.h"