diff options
Diffstat (limited to 'gcc/lto-compress.c')
-rw-r--r-- | gcc/lto-compress.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/lto-compress.c b/gcc/lto-compress.c index f2b780b4f0a..2fb00e2401c 100644 --- a/gcc/lto-compress.c +++ b/gcc/lto-compress.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see system.h. */ #include <zlib.h> #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -36,13 +35,11 @@ along with GCC; see the file COPYING3. If not see #include "predict.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "diagnostic-core.h" #include "langhooks.h" |