From bcd8e0313853473f72a138e51072f9bd545fadd2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 23 Mar 2002 22:48:21 +0000 Subject: [PATCH] Remove extranous forward decl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1956 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 617840c809e..7a6153edc97 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -15,7 +15,6 @@ #include "llvm/Value.h" #include "llvm/SymTabValue.h" #include "llvm/ValueHolder.h" -class Method; class GlobalVariable; class GlobalValueRefMap; // Used by ConstantVals.cpp class ConstantPointerRef;