diff options
Diffstat (limited to 'gcc/c/c-lang.c')
-rw-r--r-- | gcc/c/c-lang.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c index 9728a47..2ee7f91 100644 --- a/gcc/c/c-lang.c +++ b/gcc/c/c-lang.c @@ -21,15 +21,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "tree.h" -#include "c-family/c-common.h" #include "c-tree.h" #include "langhooks.h" #include "langhooks-def.h" -#include "tree-inline.h" #include "c-objc-common.h" -#include "c-family/c-pragma.h" enum c_language_kind c_language = clk_c; |