diff options
Diffstat (limited to 'gcc/c/gimple-parser.c')
-rw-r--r-- | gcc/c/gimple-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/gimple-parser.c b/gcc/c/gimple-parser.c index f3d9935..32f22db 100644 --- a/gcc/c/gimple-parser.c +++ b/gcc/c/gimple-parser.c @@ -56,13 +56,13 @@ along with GCC; see the file COPYING3. If not see #include "internal-fn.h" #include "cfg.h" #include "cfghooks.h" +#include "bitmap.h" #include "cfganal.h" #include "tree-cfg.h" #include "gimple-iterator.h" #include "cfgloop.h" #include "tree-phinodes.h" #include "tree-into-ssa.h" -#include "bitmap.h" /* GIMPLE parser state. */ |