diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index d7e8afb6acf..2a551ee5857 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -45,7 +45,6 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "function.h" #include "toplev.h" -#include "ggc.h" #include "debug.h" #include "c-family/c-target.h" #include "diagnostic-core.h" @@ -63,7 +62,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" /* For enum gimplify_status */ -#include "gimple.h" +#include "gimple-expr.h" #include "gimplify.h" /* For encode_method_prototype(). */ |