From 52642070ebe41263263531ac62661e686be97420 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 26 May 2010 15:23:00 +0000 Subject: spu-c.c: Do not include function.h... * 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. From-SVN: r159876 --- gcc/ChangeLog | 5 +++++ 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 + + * 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 * 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. */ -- cgit v1.1