diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index f0917d381a6..ba39fd2344f 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;