diff options
Diffstat (limited to 'gcc/config/alpha/alpha.c')
-rw-r--r-- | gcc/config/alpha/alpha.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index f6ce9eb7c40..4536aba9db6 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -24,12 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stor-layout.h" @@ -43,9 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "insn-attr.h" #include "flags.h" #include "recog.h" -#include "hashtab.h" #include "function.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -58,15 +53,12 @@ along with GCC; see the file COPYING3. If not see #include "obstack.h" #include "except.h" #include "diagnostic-core.h" -#include "ggc.h" #include "tm_p.h" #include "target.h" #include "target-def.h" #include "common/common-target.h" #include "debug.h" #include "langhooks.h" -#include "hash-map.h" -#include "hash-table.h" #include "predict.h" #include "dominance.h" #include "cfg.h" |