aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/BlockFrequency.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/BlockFrequency.h')
-rw-r--r--llvm/include/llvm/Support/BlockFrequency.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/Support/BlockFrequency.h b/llvm/include/llvm/Support/BlockFrequency.h
index 18fb60e1904b..bf0ad46ab499 100644
--- a/llvm/include/llvm/Support/BlockFrequency.h
+++ b/llvm/include/llvm/Support/BlockFrequency.h
@@ -13,12 +13,11 @@
#ifndef LLVM_SUPPORT_BLOCKFREQUENCY_H
#define LLVM_SUPPORT_BLOCKFREQUENCY_H
-#include "llvm/Support/BranchProbability.h"
-#include "llvm/Support/DataTypes.h"
+#include <cstdint>
namespace llvm {
-class raw_ostream;
+class BranchProbability;
// This class represents Block Frequency as a 64-bit value.
class BlockFrequency {