]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/varpool.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / varpool.c
index 7d11e20e1165621f8a5e85936b7855ce819ec93a..5abf54c7bfeb84520c918aec560865f786bfce7f 100644 (file)
@@ -22,21 +22,20 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
+#include "target.h"
 #include "tree.h"
 #include "gimple.h"
-#include "hard-reg-set.h"
+#include "timevar.h"
+#include "cgraph.h"
+#include "lto-streamer.h"
+#include "diagnostic-core.h"
 #include "alias.h"
 #include "fold-const.h"
 #include "varasm.h"
-#include "cgraph.h"
 #include "langhooks.h"
-#include "diagnostic-core.h"
-#include "timevar.h"
 #include "debug.h"
-#include "target.h"
 #include "output.h"
 #include "flags.h"
-#include "lto-streamer.h"
 #include "context.h"
 #include "omp-low.h"