diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index dba5eb2..7f62ffc 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_TREE_INLINE_H #define GCC_TREE_INLINE_H -#include "gimple.h" +#include "vecir.h" /* For VEC(gimple,heap). */ struct cgraph_edge; |