diff options
Diffstat (limited to 'gcc/auto-profile.c')
-rw-r--r-- | gcc/auto-profile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 1936487242f..a16ef0bec70 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -27,14 +27,11 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.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 "options.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "fold-const.h" @@ -44,7 +41,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 "tm.h" #include "hard-reg-set.h" #include "input.h" |