diff options
Diffstat (limited to 'gcc/ipa-profile.c')
-rw-r--r-- | gcc/ipa-profile.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index baeec68f6cb..52e74260c45 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -48,7 +48,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "target.h" #include "tree.h" #include "gimple.h" #include "predict.h" @@ -56,12 +55,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "cgraph.h" #include "data-streamer.h" -#include "alias.h" -#include "fold-const.h" -#include "internal-fn.h" #include "gimple-iterator.h" -#include "flags.h" -#include "tree-iterator.h" #include "ipa-utils.h" #include "profile.h" #include "params.h" |