]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-stdarg.c
Merge in trunk.
[thirdparty/gcc.git] / gcc / tree-stdarg.c
index 58c2e871ebd22cdd0d1e61e6f408cb68f2793517..622d8efe13df658a5239c20ac8404834d73c94b9 100644 (file)
@@ -27,7 +27,12 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "gimple-pretty-print.h"
 #include "target.h"
-#include "tree-ssa.h"
+#include "bitmap.h"
+#include "gimple.h"
+#include "gimple-ssa.h"
+#include "tree-phinodes.h"
+#include "ssa-iterators.h"
+#include "tree-ssanames.h"
 #include "sbitmap.h"
 #include "tree-pass.h"
 #include "tree-stdarg.h"