From: Eric Christopher Date: Tue, 14 Sep 2010 01:18:15 +0000 (+0000) Subject: Remove apparently unnecessary forward declaration. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=338f3acb7f47fc70b977882daf34e8a5b3cfdd1d;p=oota-llvm.git Remove apparently unnecessary forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h index 86472992998..defe474fb56 100644 --- a/include/llvm/Constant.h +++ b/include/llvm/Constant.h @@ -20,7 +20,6 @@ namespace llvm { class APInt; template class SmallVectorImpl; - class LLVMContext; /// This is an important base class in LLVM. It provides the common facilities /// of all constant values in an LLVM program. A constant is a value that is