diff options
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 498eb80450f..735a2e70c0c 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -24,17 +24,12 @@ along with GCC; see the file COPYING3. If not see #include "opts.h" #include "toplev.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "wide-int.h" #include "inchash.h" -#include "real.h" -#include "fixed-value.h" #include "tree.h" #include "fold-const.h" #include "stor-layout.h" |