ProfileSummaryInfo.h - remove unnecessary ProfileSummary forward declaration. NFCI.

This is defined in ProfileSummary.h which we have to explicitly include already.
This commit is contained in:
Simon Pilgrim 2020-07-22 15:18:32 +01:00
parent 56c92bf4b7
commit 7a33eafd8c
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class BasicBlock;
class BlockFrequencyInfo;
class CallBase;
class Function;
class ProfileSummary;
/// Analysis providing profile information.
///