diff options
Diffstat (limited to 'gcc/lto-streamer.c')
-rw-r--r-- | gcc/lto-streamer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index f1d3b69127d..14d51ce766e 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -27,10 +27,8 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "flags.h" #include "tree.h" -#include "gimple.h" -#include "tree-ssa.h" -#include "diagnostic-core.h" #include "bitmap.h" +#include "diagnostic-core.h" #include "vec.h" #include "tree-streamer.h" #include "lto-streamer.h" |