diff options
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 5b368749e6a..f73eab651d9 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -25,9 +25,6 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" /* for fatal_error */ #include "sbitmap.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" |