diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-25 22:33:00 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-25 22:33:00 +0000 |
commit | 28ca4cf5973b4a38dd922a6007bcd27c457ed2fa (patch) | |
tree | 320bf5d2535351155147763c5335968ab5b5179a /gcc/config/i386/i386-c.c | |
parent | 3ed880f8d15b51223249156bea69bf4bfef1b2e0 (diff) | |
download | gcc-28ca4cf5973b4a38dd922a6007bcd27c457ed2fa.tar.gz |
* config/i386/i386-c.c: Do not include rtl.h.
* config/i386/t-i386: Update dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159846 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386-c.c')
-rw-r--r-- | gcc/config/i386/i386-c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/i386-c.c b/gcc/config/i386/i386-c.c index 285f6ef3c93..b33fc86ea98 100644 --- a/gcc/config/i386/i386-c.c +++ b/gcc/config/i386/i386-c.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "rtl.h" #include "tree.h" #include "tm_p.h" #include "flags.h" |