summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Instruction.h')
-rw-r--r--include/llvm/Instruction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h
index f0917d381a..ba39fd2344 100644
--- a/include/llvm/Instruction.h
+++ b/include/llvm/Instruction.h
@@ -10,9 +10,6 @@
#include "llvm/User.h"
-class BasicBlock;
-class Method;
-
class Instruction : public User {
BasicBlock *Parent;