commit | 20eddd75b07b14950fc7c556800fe89ad5e07bd7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Dec 28 08:20:46 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Dec 28 08:20:46 2009 +0000 |
tree | 0277fee92676f1dfd2e36550b4dc40aa15e6d0d7 | |
parent | 1b6d97fc4c928282cfeac752ceac81603176a641 [diff] [blame] |
Metadata.h doesn't need to include ValueHandle.h anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92211 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/LLParser.h b/lib/AsmParser/LLParser.h index d14b1cb..eec524a 100644 --- a/lib/AsmParser/LLParser.h +++ b/lib/AsmParser/LLParser.h
@@ -18,6 +18,7 @@ #include "llvm/Module.h" #include "llvm/Type.h" #include <map> +#include "llvm/Support/ValueHandle.h" namespace llvm { class Module;