aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 3a58a44da9..6c899a0cd5 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -24,11 +24,10 @@
namespace llvm {
-class Type;
class Constant;
class Argument;
class Instruction;
-class BasicBlock;
+struct BasicBlock;
class GlobalValue;
class Function;
class GlobalVariable;