diff options
Diffstat (limited to 'gcc/gimple-fold.h')
-rw-r--r-- | gcc/gimple-fold.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gimple-fold.h b/gcc/gimple-fold.h index 793d68a8538..e6821a9bd45 100644 --- a/gcc/gimple-fold.h +++ b/gcc/gimple-fold.h @@ -22,8 +22,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GIMPLE_FOLD_H #define GCC_GIMPLE_FOLD_H -#include "coretypes.h" - tree fold_const_aggregate_ref_1 (tree, tree (*) (tree)); tree fold_const_aggregate_ref (tree); |