aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-26 15:23:00 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-26 15:23:00 +0000
commit52642070ebe41263263531ac62661e686be97420 (patch)
tree8d672786500d5838cd35bf9bea9dfb0105a84928
parent58cd6303670e1d15b0be4c0020b8b7954625eb64 (diff)
downloadgcc-52642070ebe41263263531ac62661e686be97420.zip
gcc-52642070ebe41263263531ac62661e686be97420.tar.gz
gcc-52642070ebe41263263531ac62661e686be97420.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/spu/spu-c.c7
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. */