]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/asan.c
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / asan.c
index d940b2c0f438b8d67f7ebe5b021abfbb023341d4..d44aa636c559665e91697d4766b051df4b207378 100644 (file)
@@ -26,8 +26,12 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimplify.h"
 #include "gimple-iterator.h"
+#include "calls.h"
+#include "varasm.h"
+#include "stor-layout.h"
 #include "tree-iterator.h"
 #include "cgraph.h"
+#include "stringpool.h"
 #include "tree-ssanames.h"
 #include "tree-pass.h"
 #include "asan.h"