diff options
Diffstat (limited to 'gcc/cp/cp-lang.c')
-rw-r--r-- | gcc/cp/cp-lang.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/cp-lang.c b/gcc/cp/cp-lang.c index 451e03b..048108d 100644 --- a/gcc/cp/cp-lang.c +++ b/gcc/cp/cp-lang.c @@ -21,16 +21,11 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "target.h" -#include "tree.h" #include "cp-tree.h" -#include "c-family/c-common.h" #include "stor-layout.h" #include "langhooks.h" #include "langhooks-def.h" -#include "debug.h" #include "cp-objcp-common.h" -#include "parser.h" enum c_language_kind c_language = clk_cxx; static void cp_init_ts (void); |