diff options
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r-- | gcc/df-scan.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 74f7375e3e0..78ebb39ff70 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -31,13 +31,10 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "hashtab.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "hard-reg-set.h" #include "input.h" |