diff options
Diffstat (limited to 'gcc/c-omp.c')
-rw-r--r-- | gcc/c-omp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-omp.c b/gcc/c-omp.c index 1da71d27b9c..7da659cc9fb 100644 --- a/gcc/c-omp.c +++ b/gcc/c-omp.c @@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "c-common.h" #include "toplev.h" -#include "tree-gimple.h" +#include "gimple.h" #include "bitmap.h" #include "langhooks.h" |