diff options
Diffstat (limited to 'gcc/c-family/c-pragma.c')
-rw-r--r-- | gcc/c-family/c-pragma.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/c-family/c-pragma.c b/gcc/c-family/c-pragma.c index fafde83d866..5d8300e4e4e 100644 --- a/gcc/c-family/c-pragma.c +++ b/gcc/c-family/c-pragma.c @@ -21,20 +21,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "attribs.h" #include "varasm.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" /* For cfun. FIXME: Does the parser know @@ -50,7 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "opts.h" #include "plugin.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" |