diff options
Diffstat (limited to 'gcc/reginfo.c')
-rw-r--r-- | gcc/reginfo.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reginfo.c b/gcc/reginfo.c index 0e676e1607b..fde13c42069 100644 --- a/gcc/reginfo.c +++ b/gcc/reginfo.c @@ -30,18 +30,13 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "hard-reg-set.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "rtl.h" -#include "hashtab.h" #include "function.h" #include "flags.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |