summaryrefslogtreecommitdiff
path: root/gcc/auto-profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/auto-profile.c')
-rw-r--r--gcc/auto-profile.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c
index 25202c5282d..f0d343c4350 100644
--- a/gcc/auto-profile.c
+++ b/gcc/auto-profile.c
@@ -20,40 +20,38 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
+#include "coretypes.h"
+#include "backend.h"
+#include "hard-reg-set.h"
+#include "tree.h"
+#include "gimple.h"
+#include "predict.h"
+#include "alloc-pool.h"
+#include "tree-pass.h"
+#include "ssa.h"
+#include "cgraph.h"
+#include "gcov-io.h"
+#include "diagnostic-core.h"
#include <string.h>
#include <map>
#include <set>
-#include "coretypes.h"
#include "alias.h"
-#include "backend.h"
-#include "predict.h"
-#include "tree.h"
-#include "gimple.h"
-#include "hard-reg-set.h"
-#include "ssa.h"
-#include "options.h"
#include "fold-const.h"
-#include "tree-pass.h"
#include "flags.h"
-#include "diagnostic-core.h"
-#include "gcov-io.h"
#include "profile.h"
#include "langhooks.h"
#include "opts.h"
-#include "tree-pass.h"
#include "cfgloop.h"
#include "tree-cfg.h"
#include "tree-cfgcleanup.h"
#include "tree-into-ssa.h"
#include "internal-fn.h"
#include "gimple-iterator.h"
-#include "cgraph.h"
#include "value-prof.h"
#include "coverage.h"
#include "params.h"
-#include "alloc-pool.h"
#include "symbol-summary.h"
#include "ipa-prop.h"
#include "ipa-inline.h"