* c-typeck.c: Include rtl.h earlier.
From-SVN: r48410
This commit is contained in:
parent
713cc17b3c
commit
742b62e75a
@ -1,3 +1,7 @@
|
||||
2001-12-31 Graham Stott <grahams@redhat.com>
|
||||
|
||||
* c-typeck.c: Include rtl.h earlier.
|
||||
|
||||
2001-12-31 Graham Stott <grahams@redhat.com>
|
||||
|
||||
* tree.h (STRIP_NOPS): Remove extraneous semicolon.
|
||||
|
@ -31,12 +31,12 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "c-tree.h"
|
||||
#include "tm_p.h"
|
||||
#include "flags.h"
|
||||
#include "output.h"
|
||||
#include "rtl.h"
|
||||
#include "expr.h"
|
||||
#include "toplev.h"
|
||||
#include "intl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user