mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 07:48:57 +08:00
* c-lex.c: Include tree.h before expr.h
From-SVN: r48411
This commit is contained in:
parent
742b62e75a
commit
eb3aaa5b86
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user