diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 563610b3d63..5f9f0332611 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "hash-set.h" #include "vec.h" -#include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" @@ -42,11 +41,9 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "diagnostic-core.h" #include "coverage.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 "fold-const.h" |