* c-typeck.c: Include rtl.h earlier.

From-SVN: r48410
This commit is contained in:
Graham Stott 2001-12-31 04:10:19 +00:00 committed by Graham Stott
parent 713cc17b3c
commit 742b62e75a
2 changed files with 5 additions and 1 deletions

View File

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

View File

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