]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cse.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / cse.c
index a9cc26a3124365960cfab4991c311ddf29986c55..9b7e1e71b95a9ff9d1789267bf68b306ee875cac 100644 (file)
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -21,31 +21,31 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
-#include "cfghooks.h"
-#include "tree.h"
+#include "target.h"
 #include "rtl.h"
+#include "tree.h"
+#include "cfghooks.h"
 #include "df.h"
 #include "tm_p.h"
+#include "expmed.h"
+#include "insn-config.h"
 #include "regs.h"
+#include "emit-rtl.h"
+#include "recog.h"
+#include "diagnostic-core.h"
 #include "cfgrtl.h"
 #include "cfganal.h"
 #include "cfgcleanup.h"
 #include "flags.h"
-#include "insn-config.h"
-#include "recog.h"
 #include "alias.h"
-#include "expmed.h"
 #include "dojump.h"
 #include "explow.h"
 #include "calls.h"
-#include "emit-rtl.h"
 #include "varasm.h"
 #include "stmt.h"
 #include "expr.h"
-#include "diagnostic-core.h"
 #include "toplev.h"
 #include "except.h"
-#include "target.h"
 #include "params.h"
 #include "rtlhooks-def.h"
 #include "tree-pass.h"