Type.h doesn't need to #include LLVMContext.h
authorChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 17:08:31 +0000 (17:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 17:08:31 +0000 (17:08 +0000)
commitf3523592b21af09a5a0032f8261f2f61c302fbd9
tree5d7608bbd77ebb5850a5ef88c90ac9fd11fb822e
parent75c478a96a542dc386152e00518441e63d22058d
Type.h doesn't need to #include LLVMContext.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85254 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Type.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/VMCore/AsmWriter.cpp
unittests/ADT/ValueMapTest.cpp
unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
unittests/Support/ValueHandleTest.cpp
unittests/Transforms/Utils/Cloning.cpp
unittests/VMCore/MetadataTest.cpp