]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-switch-conversion.c
Merge in trunk.
[thirdparty/gcc.git] / gcc / tree-switch-conversion.c
index 776b8c13306104d57b8cbe4115c62ee73408f369..9486132a0b9f1ce1c83fc23db4e95b59acbc5871 100644 (file)
@@ -31,7 +31,12 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
 #include "flags.h"
 #include "tree.h"
 #include "basic-block.h"
-#include "tree-ssa.h"
+#include "gimple.h"
+#include "gimple-ssa.h"
+#include "cgraph.h"
+#include "tree-cfg.h"
+#include "tree-phinodes.h"
+#include "tree-ssanames.h"
 #include "tree-pass.h"
 #include "gimple-pretty-print.h"
 #include "cfgloop.h"