aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorGraham Stott <grahams@redhat.com>2001-12-31 04:13:35 +0000
committerGraham Stott <grahams@gcc.gnu.org>2001-12-31 04:13:35 +0000
commiteb3aaa5b8614583989296fe7a7ce16baf7c258f4 (patch)
tree8454d0ee3b8fb1103a64ec48a472c74df8106048 /gcc/c-lex.c
parent742b62e75aa85f3bf015480280d0bc6d2008d466 (diff)
downloadgcc-eb3aaa5b8614583989296fe7a7ce16baf7c258f4.zip
gcc-eb3aaa5b8614583989296fe7a7ce16baf7c258f4.tar.gz
gcc-eb3aaa5b8614583989296fe7a7ce16baf7c258f4.tar.bz2
* c-lex.c: Include tree.h before expr.h
From-SVN: r48411
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
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"