diff options
Diffstat (limited to 'gcc/cp/cp-gimplify.c')
-rw-r--r-- | gcc/cp/cp-gimplify.c | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/gcc/cp/cp-gimplify.c b/gcc/cp/cp-gimplify.c index b95489e7816..c36d3399133 100644 --- a/gcc/cp/cp-gimplify.c +++ b/gcc/cp/cp-gimplify.c @@ -23,21 +23,18 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" -#include "symtab.h" +#include "function.h" +#include "predict.h" +#include "basic-block.h" #include "tree.h" -#include "stor-layout.h" #include "cp-tree.h" +#include "gimple.h" +#include "hard-reg-set.h" +#include "alias.h" +#include "stor-layout.h" #include "c-family/c-common.h" #include "tree-iterator.h" -#include "predict.h" -#include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimplify.h" #include "flags.h" #include "splay-tree.h" @@ -45,7 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-ubsan.h" #include "cilk.h" #include "gimplify.h" -#include "gimple-expr.h" /* Forward declarations. */ |