]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-inline-analysis.c
tree-ssa.h: Remove all #include's
[thirdparty/gcc.git] / gcc / ipa-inline-analysis.c
index 304f9f5d7cc8a03c8fc16187cb049c6bc3a21df2..fa2aaadf776aac0ffcde991c552e01cabdbf51f8 100644 (file)
@@ -72,14 +72,19 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-inline.h"
 #include "langhooks.h"
 #include "flags.h"
-#include "cgraph.h"
 #include "diagnostic.h"
 #include "gimple-pretty-print.h"
 #include "params.h"
 #include "tree-pass.h"
 #include "coverage.h"
 #include "ggc.h"
-#include "tree-ssa.h"
+#include "gimple.h"
+#include "gimple-ssa.h"
+#include "tree-cfg.h"
+#include "tree-phinodes.h"
+#include "ssa-iterators.h"
+#include "tree-ssanames.h"
+#include "tree-ssa-loop.h"
 #include "ipa-prop.h"
 #include "lto-streamer.h"
 #include "data-streamer.h"