aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
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"