From: steven Date: Wed, 26 May 2010 15:23:00 +0000 (+0000) Subject: * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3fe427a0ab62ce823a70d0d069c2e4d36046700;p=thirdparty%2Fgcc.git * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159876 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18e99ed61096..357de8fa33d1 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 f8b8d84c14b9..1d8081a8fb73 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. */