diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-06-02 21:05:47 +0000 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2010-06-02 23:05:47 +0200 |
commit | ef2d9e4dddea5d798a16a567935eb1997382e41e (patch) | |
tree | 24aa74f8ee7c57cc897481f5b6aa74efaf35d8c1 /gcc/c-common.c | |
parent | 5d588f836b767bc46d790d373704b35def731e68 (diff) | |
download | gcc-ef2d9e4dddea5d798a16a567935eb1997382e41e.zip gcc-ef2d9e4dddea5d798a16a567935eb1997382e41e.tar.gz gcc-ef2d9e4dddea5d798a16a567935eb1997382e41e.tar.bz2 |
c-common.c: Remove header include of tm_p.h.
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
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 115e302..97d6034 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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 |