aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/c-lex.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9468fea..f33e9c0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,10 @@
2001-12-31 Graham Stott <grahams@redhat.com>
- * c-typeck.c: Include rtl.h earlier.
+ * c-lex.c: Include tree.h before expr.h
+
+2001-12-31 Graham Stott <grahams@redhat.com>
+
+ * c-typeck.c: Include rtl.h earlier.
2001-12-31 Graham Stott <grahams@redhat.com>
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 7d532b2..fe08f41 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -23,8 +23,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "system.h"
#include "rtl.h"
-#include "expr.h"
#include "tree.h"
+#include "expr.h"
#include "input.h"
#include "output.h"
#include "c-lex.h"