diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-25 22:31:19 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-25 22:31:19 +0000 |
commit | 3ed880f8d15b51223249156bea69bf4bfef1b2e0 (patch) | |
tree | ca14444b1bfc97565ffd31f49c42e71a59577dba /gcc/attribs.c | |
parent | f70a50e703363936934dea49045d00f6501a590b (diff) | |
download | gcc-3ed880f8d15b51223249156bea69bf4bfef1b2e0.tar.gz |
* attribs.c: Do not include rtl.h.
* Makefile.in: Update dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159845 138bc75d-0d04-0410-961f-82ee72b054a4
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" |