]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gimple-expr.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / gimple-expr.c
index 5f05d9361f047ba2117e6b9643b890fb2ebc70f8..b558d90dd2487f99b62ff7c5c4d62a6cd7e3ce3a 100644 (file)
@@ -22,25 +22,19 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
-#include "alias.h"
-#include "symtab.h"
+#include "backend.h"
 #include "tree.h"
-#include "fold-const.h"
-#include "predict.h"
+#include "gimple.h"
 #include "hard-reg-set.h"
-#include "function.h"
-#include "basic-block.h"
-#include "tree-ssa-alias.h"
+#include "alias.h"
+#include "fold-const.h"
 #include "internal-fn.h"
 #include "tree-eh.h"
-#include "gimple-expr.h"
-#include "gimple.h"
 #include "stringpool.h"
+#include "gimple-ssa.h"
 #include "gimplify.h"
 #include "stor-layout.h"
 #include "demangle.h"
-#include "gimple-ssa.h"
 
 /* ----- Type related -----  */