diff options
Diffstat (limited to 'gcc/tree-chrec.c')
-rw-r--r-- | gcc/tree-chrec.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c index 649c9fe61a7..4a4acd774dd 100644 --- a/gcc/tree-chrec.c +++ b/gcc/tree-chrec.c @@ -26,15 +26,14 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" -#include "tree.h" -#include "options.h" -#include "fold-const.h" -#include "tree-pretty-print.h" #include "backend.h" -#include "cfgloop.h" #include "hard-reg-set.h" +#include "tree.h" #include "gimple-expr.h" +#include "tree-pretty-print.h" +#include "alias.h" +#include "fold-const.h" +#include "cfgloop.h" #include "tree-ssa-loop-ivopts.h" #include "tree-ssa-loop-niter.h" #include "tree-chrec.h" |