diff options
Diffstat (limited to 'gcc/regcprop.c')
-rw-r--r-- | gcc/regcprop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/regcprop.c b/gcc/regcprop.c index 3311e816c54..8e6452ef515 100644 --- a/gcc/regcprop.c +++ b/gcc/regcprop.c @@ -28,9 +28,6 @@ #include "addresses.h" #include "hard-reg-set.h" #include "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" #include "input.h" #include "function.h" #include "dominance.h" |