diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-25 22:31:19 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-25 22:31:19 +0000 |
commit | afb67dc2a4f1420c56f125b69ab64da1c9141e2b (patch) | |
tree | ca14444b1bfc97565ffd31f49c42e71a59577dba /gcc/attribs.c | |
parent | 9b4690892c1b5ba6aec74d269bf03915134c67f0 (diff) | |
download | gcc-afb67dc2a4f1420c56f125b69ab64da1c9141e2b.tar.gz |
attribs.c: Do not include rtl.h.
* attribs.c: Do not include rtl.h.
* Makefile.in: Update dependencies.
From-SVN: r159845
Diffstat (limited to 'gcc/attribs.c')
-rw-r--r-- | gcc/attribs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/attribs.c b/gcc/attribs.c index 4d91a0d6525..57f367d581e 100644 --- a/gcc/attribs.c +++ b/gcc/attribs.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "toplev.h" #include "output.h" -#include "rtl.h" #include "ggc.h" #include "tm_p.h" #include "cpplib.h" |