* c-lex.c: Include tree.h before expr.h

From-SVN: r48411
This commit is contained in:
Graham Stott 2001-12-31 04:13:35 +00:00 committed by Graham Stott
parent 742b62e75a
commit eb3aaa5b86
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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"