]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-reference.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / ipa-reference.c
index c00fca34526b144fededf8a2956a56266bd4c340..e7a0a95c094467ba5539fb0c12bd898c99362487 100644 (file)
@@ -40,23 +40,22 @@ 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 "cgraph.h"
+#include "data-streamer.h"
+#include "diagnostic.h"
 #include "alias.h"
-#include "options.h"
 #include "fold-const.h"
 #include "calls.h"
 #include "internal-fn.h"
 #include "tree-inline.h"
-#include "tree-pass.h"
 #include "splay-tree.h"
-#include "cgraph.h"
 #include "ipa-utils.h"
 #include "ipa-reference.h"
 #include "flags.h"
-#include "diagnostic.h"
-#include "data-streamer.h"
 
 static void remove_node_data (struct cgraph_node *node,
                              void *data ATTRIBUTE_UNUSED);