diff options
Diffstat (limited to 'gcc/lto-cgraph.c')
-rw-r--r-- | gcc/lto-cgraph.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index 211eda9..3d32fe4 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -32,8 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "langhooks.h" #include "basic-block.h" -#include "tree-ssa.h" -#include "cgraph.h" +#include "bitmap.h" #include "function.h" #include "ggc.h" #include "diagnostic-core.h" |