diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index 02fc1ae649f..b9e94cfba8b 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -24,13 +24,10 @@ along with GCC; see the file COPYING3. If not see #include "dumpfile.h" #include "tm.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 "tree.h" #include "rtl.h" @@ -38,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "vec.h" #include "hashtab.h" #include "hash-set.h" -#include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" |