diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c index 3789352..00c372f 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -51,14 +51,12 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" #include "output.h" -#include "basic-block.h" #include "hashtab.h" -#include "ggc.h" #include "tm_p.h" #include "langhooks.h" #include "target.h" #include "common/common-target.h" -#include "gimple.h" +#include "gimple-expr.h" #include "gimplify.h" #include "tree-pass.h" #include "predict.h" |