c-common.c: Remove header include of tm_p.h.
authorKai Tietz <kai.tietz@onevision.com>
Wed, 2 Jun 2010 21:05:47 +0000 (21:05 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Wed, 2 Jun 2010 21:05:47 +0000 (23:05 +0200)
2010-06-02  Kai Tietz  <kai.tietz@onevision.com>

        * c-common.c: Remove header include of tm_p.h.
        * Makefile.in (c-common.o): Remove TM_P_H dependency.

From-SVN: r160191

gcc/ChangeLog
gcc/c-common.c

index fa3806c..261b202 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
+
+       * c-common.c: Remove header include of tm_p.h.
+       * Makefile.in (c-common.o): Remove TM_P_H dependency.
+
 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
 
        * tree.h (struct tree_decl_map): New type.
index 115e302..97d6034 100644 (file)
@@ -52,9 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 
 #include "expr.h" /* For vector_mode_valid_p */
 
-/* FIXME: Needed for TARGET_ENUM_VA_LIST, which should be a target hook.  */
-#include "tm_p.h"
-
 cpp_reader *parse_in;          /* Declared in c-pragma.h.  */
 
 /* The following symbols are subsumed in the c_global_trees array, and