diff options
Diffstat (limited to 'gcc/lra-remat.c')
-rw-r--r-- | gcc/lra-remat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/lra-remat.c b/gcc/lra-remat.c index 7e089d0a901..b4f83d14f04 100644 --- a/gcc/lra-remat.c +++ b/gcc/lra-remat.c @@ -65,16 +65,11 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "output.h" #include "regs.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "function.h" #include "symtab.h" #include "flags.h" -#include "statistics.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "expmed.h" #include "dojump.h" |