diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index a1fe9955370..62f1612e9ca 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -24,12 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "intl.h" #include "tm.h" #include "toplev.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "attribs.h" @@ -43,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks-def.h" #include "diagnostic.h" #include "tree-diagnostic.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "hard-reg-set.h" |