diff options
Diffstat (limited to 'gcc/lra-lives.c')
-rw-r--r-- | gcc/lra-lives.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/lra-lives.c b/gcc/lra-lives.c index 4dfe30f26b4..d3dce4674d2 100644 --- a/gcc/lra-lives.c +++ b/gcc/lra-lives.c @@ -39,17 +39,12 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "hash-set.h" #include "vec.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "symtab.h" #include "flags.h" #include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "expmed.h" |