commit | 26a7ae4fba53f93dbe68b24532fc4d50d9c1e527 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 27 17:08:31 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 27 17:08:31 2009 +0000 |
tree | 350dd82619f2cd2db79135f60f43b7d1f020ee12 | |
parent | 09979912521cdfc08e7856dba0d94f2ded291033 [diff] [blame] |
Type.h doesn't need to #include LLVMContext.h llvm-svn: 85254
diff --git a/llvm/unittests/VMCore/MetadataTest.cpp b/llvm/unittests/VMCore/MetadataTest.cpp index b92b068..4bd777b 100644 --- a/llvm/unittests/VMCore/MetadataTest.cpp +++ b/llvm/unittests/VMCore/MetadataTest.cpp
@@ -10,6 +10,7 @@ #include "gtest/gtest.h" #include "llvm/Constants.h" #include "llvm/Instructions.h" +#include "llvm/LLVMContext.h" #include "llvm/Metadata.h" #include "llvm/Module.h" #include "llvm/Type.h"