projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d63bc
)
Remove extranous forward decl
author
Chris Lattner
<sabre@nondot.org>
Sat, 23 Mar 2002 22:48:21 +0000
(22:48 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 23 Mar 2002 22:48:21 +0000
(22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1956
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Module.h
patch
|
blob
|
history
diff --git
a/include/llvm/Module.h
b/include/llvm/Module.h
index 617840c809e400693f48bcd22c7567fd4a78f662..7a6153edc97d003508b5abc26b4ddf6daa8080e9 100644
(file)
--- 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;