diff options
Diffstat (limited to 'gcc/cp/cp-gimplify.c')
-rw-r--r-- | gcc/cp/cp-gimplify.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/cp/cp-gimplify.c b/gcc/cp/cp-gimplify.c index e37cbc7..e4b50e5 100644 --- a/gcc/cp/cp-gimplify.c +++ b/gcc/cp/cp-gimplify.c @@ -22,26 +22,21 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "target.h" #include "function.h" -#include "predict.h" #include "basic-block.h" #include "tree.h" #include "cp-tree.h" +#include "c-family/c-common.h" #include "gimple.h" -#include "hard-reg-set.h" -#include "alias.h" +#include "predict.h" #include "stor-layout.h" -#include "c-family/c-common.h" #include "tree-iterator.h" #include "internal-fn.h" #include "gimplify.h" #include "flags.h" -#include "splay-tree.h" -#include "target.h" #include "c-family/c-ubsan.h" #include "cilk.h" -#include "gimplify.h" /* Forward declarations. */ |