Commit eb3aaa5b by Graham Stott Committed by Graham Stott

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

From-SVN: r48411
parent 742b62e7
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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment