diff options
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c index a28b0a7b8b7..9ca8987e076 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -50,21 +50,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "obstack.h" -#include "ggc.h" -#include "hash-table.h" #include "alloc-pool.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 "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" #include "tm.h" #include "hard-reg-set.h" #include "input.h" |