summaryrefslogtreecommitdiff
path: root/gcc/alias.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/alias.c')
-rw-r--r--gcc/alias.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/alias.c b/gcc/alias.c
index 6cc3aa2644e..bc6a0eef0b8 100644
--- a/gcc/alias.c
+++ b/gcc/alias.c
@@ -23,20 +23,15 @@ 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 "varasm.h"
-#include "hashtab.h"
#include "hard-reg-set.h"
#include "function.h"
#include "flags.h"
-#include "statistics.h"
#include "insn-config.h"
#include "expmed.h"
#include "dojump.h"
@@ -50,7 +45,6 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "alloc-pool.h"
#include "cselib.h"
-#include "hash-map.h"
#include "langhooks.h"
#include "timevar.h"
#include "dumpfile.h"