]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-uncprop.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / tree-ssa-uncprop.c
index 0f16c508c946813bf80fe511f378d74266a424f8..eff709ebc8cb99fe4d76b0240ffa82f5305d39fc 100644 (file)
@@ -21,26 +21,23 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
+#include "hard-reg-set.h"
 #include "tree.h"
 #include "gimple.h"
-#include "hard-reg-set.h"
+#include "tree-pass.h"
+#include "tm_p.h"
 #include "ssa.h"
 #include "alias.h"
 #include "fold-const.h"
 #include "stor-layout.h"
 #include "flags.h"
-#include "tm_p.h"
 #include "cfganal.h"
 #include "internal-fn.h"
 #include "gimple-iterator.h"
 #include "tree-cfg.h"
 #include "domwalk.h"
-#include "tree-pass.h"
 #include "tree-ssa-propagate.h"
 #include "tree-hash-traits.h"
-#include "bitmap.h"
-#include "stringpool.h"
-#include "tree-ssanames.h"
 #include "tree-ssa-live.h"
 #include "tree-ssa-coalesce.h"