alias.c: Reorder #include statements and remove duplicates.
[gcc.git] / gcc / lto-opts.c
index ae660d923295ce757f6a674a68b892b843adbab5..735bf72a7bd8ff198ff53fc7ca09e5cdca8964c8 100644 (file)
@@ -22,21 +22,18 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "alias.h"
 #include "backend.h"
+#include "target.h"
 #include "tree.h"
 #include "gimple.h"
-#include "hard-reg-set.h"
-#include "options.h"
+#include "cgraph.h"
+#include "lto-streamer.h"
+#include "alias.h"
 #include "fold-const.h"
 #include "internal-fn.h"
 #include "flags.h"
 #include "opts.h"
-#include "options.h"
 #include "common/common-target.h"
-#include "diagnostic.h"
-#include "cgraph.h"
-#include "lto-streamer.h"
 #include "lto-section-names.h"
 #include "toplev.h"