diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/spu/spu-c.c | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18e99ed..357de8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-26 Steven Bosscher <steven@gcc.gnu.org> + + * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h, + insn-config.h, insn-codes.h, recog.h, and optabs.h. + 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com> * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): diff --git a/gcc/config/spu/spu-c.c b/gcc/config/spu/spu-c.c index f8b8d84..1d8081a 100644 --- a/gcc/config/spu/spu-c.c +++ b/gcc/config/spu/spu-c.c @@ -22,15 +22,8 @@ #include "tree.h" #include "c-tree.h" #include "c-pragma.h" -#include "function.h" -#include "rtl.h" -#include "expr.h" #include "tm_p.h" #include "langhooks.h" -#include "insn-config.h" -#include "insn-codes.h" -#include "recog.h" -#include "optabs.h" /* Keep the vector keywords handy for fast comparisons. */ |