diff options
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r-- | gcc/gimple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c index 5487cbc..db7f872 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -25,10 +25,10 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "ggc.h" -#include "errors.h" #include "hard-reg-set.h" #include "basic-block.h" #include "gimple.h" +#include "toplev.h" #include "diagnostic.h" #include "tree-flow.h" #include "value-prof.h" |