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 6c2d1bd..9bc1bc3 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -30,9 +30,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "rtl.h" #include "flags.h" -#include "output.h" #include "regs.h" #include "expr.h" #include "function.h" @@ -44,7 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "timevar.h" #include "value-prof.h" -#include "ggc.h" #include "cgraph.h" static GTY(()) tree gcov_type_node; |