]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 15:23:00 +0000 (15:23 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 15:23:00 +0000 (15:23 +0000)
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

gcc/ChangeLog
gcc/config/spu/spu-c.c

index 18e99ed61096a9ca5b952c28ef1adf35eb2e9555..357de8fa33d1d5844b79372646b90586f2af95ae 100644 (file)
@@ -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):
index f8b8d84c14b9500f27459dba544245b28dee9ec1..1d8081a8fb73ec03f5bd14014210dac23cf07a64 100644 (file)
 #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"
 \f
 
 /* Keep the vector keywords handy for fast comparisons.  */