diff options
Diffstat (limited to 'gcc/objc/objc-lang.c')
-rw-r--r-- | gcc/objc/objc-lang.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/objc/objc-lang.c b/gcc/objc/objc-lang.c index c2c57d1..1595e5c 100644 --- a/gcc/objc/objc-lang.c +++ b/gcc/objc/objc-lang.c @@ -22,16 +22,12 @@ 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/c-tree.h" #include "c-family/c-objc.h" #include "objc-act.h" #include "langhooks.h" #include "langhooks-def.h" #include "c/c-objc-common.h" -#include "c/c-lang.h" enum c_language_kind c_language = clk_objc; |