]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-chrec.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / tree-chrec.c
index 649c9fe61a7902b8fa90511fc35729e85d23c4f1..4a4acd774ddd0e45fb0251bef84e72954e777d6d 100644 (file)
@@ -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"