]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/symtab.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / symtab.c
index c33aa016705804a941942aab5057d9d2be971bdd..1c089282379b9cf2c0bd3ace859021aaea6cd993 100644 (file)
@@ -22,22 +22,21 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
+#include "target.h"
+#include "rtl.h"
 #include "tree.h"
 #include "gimple.h"
-#include "rtl.h"
+#include "timevar.h"
+#include "emit-rtl.h"
+#include "cgraph.h"
+#include "lto-streamer.h"
 #include "alias.h"
 #include "fold-const.h"
 #include "print-tree.h"
 #include "varasm.h"
-#include "emit-rtl.h"
 #include "internal-fn.h"
 #include "tree-inline.h"
 #include "langhooks.h"
-#include "cgraph.h"
-#include "diagnostic.h"
-#include "timevar.h"
-#include "target.h"
-#include "lto-streamer.h"
 #include "output.h"
 #include "ipa-utils.h"
 #include "calls.h"