]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/value-prof.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / value-prof.c
index e371c24195e442db826ad6d9d97258f96926bb2f..c7b1fd6b389d896b8749ba44e6eb870b66670f13 100644 (file)
@@ -21,43 +21,40 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
-#include "cfghooks.h"
+#include "rtl.h"
 #include "tree.h"
 #include "gimple.h"
-#include "rtl.h"
+#include "cfghooks.h"
+#include "timevar.h"
 #include "ssa.h"
+#include "expmed.h"
+#include "optabs.h"
+#include "regs.h"
+#include "emit-rtl.h"
+#include "recog.h"
+#include "cgraph.h"
+#include "coverage.h"
+#include "data-streamer.h"
+#include "diagnostic.h"
 #include "alias.h"
 #include "fold-const.h"
 #include "tree-nested.h"
 #include "calls.h"
 #include "flags.h"
-#include "insn-config.h"
-#include "expmed.h"
 #include "dojump.h"
 #include "explow.h"
-#include "emit-rtl.h"
 #include "varasm.h"
 #include "stmt.h"
 #include "expr.h"
 #include "value-prof.h"
-#include "recog.h"
-#include "insn-codes.h"
-#include "optabs.h"
-#include "regs.h"
 #include "internal-fn.h"
 #include "tree-eh.h"
 #include "gimplify.h"
 #include "gimple-iterator.h"
 #include "tree-cfg.h"
-#include "diagnostic.h"
 #include "gimple-pretty-print.h"
-#include "coverage.h"
-#include "gcov-io.h"
-#include "timevar.h"
 #include "dumpfile.h"
 #include "profile.h"
-#include "cgraph.h"
-#include "data-streamer.h"
 #include "builtins.h"
 #include "params.h"
 #include "tree-chkp.h"