]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-sink.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / tree-ssa-sink.c
index fda7bf277f0144d06507a88c37a5760388f5fa82..e02e4866aaf4a80cf2a22e63ff6ae7cc6e624450 100644 (file)
@@ -22,23 +22,23 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
-#include "cfghooks.h"
+#include "hard-reg-set.h"
 #include "tree.h"
 #include "gimple.h"
-#include "hard-reg-set.h"
+#include "cfghooks.h"
+#include "alloc-pool.h"
+#include "tree-pass.h"
 #include "ssa.h"
+#include "gimple-pretty-print.h"
 #include "alias.h"
 #include "fold-const.h"
 #include "stor-layout.h"
 #include "cfganal.h"
-#include "gimple-pretty-print.h"
 #include "tree-inline.h"
 #include "internal-fn.h"
 #include "gimple-iterator.h"
 #include "tree-cfg.h"
 #include "tree-iterator.h"
-#include "alloc-pool.h"
-#include "tree-pass.h"
 #include "flags.h"
 #include "cfgloop.h"
 #include "params.h"