diff options
Diffstat (limited to 'gcc/tsan.c')
-rw-r--r-- | gcc/tsan.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -28,14 +28,16 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "gimple.h" #include "function.h" -#include "tree-ssa.h" +#include "gimple-ssa.h" +#include "cgraph.h" +#include "tree-cfg.h" +#include "tree-ssanames.h" #include "tree-pass.h" #include "tree-iterator.h" #include "langhooks.h" #include "output.h" #include "options.h" #include "target.h" -#include "cgraph.h" #include "diagnostic.h" #include "tree-ssa-propagate.h" #include "tsan.h" |