eliminate dead #include.
authorChris Lattner <sabre@nondot.org>
Thu, 22 Apr 2010 20:41:10 +0000 (20:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Apr 2010 20:41:10 +0000 (20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102119 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/InlineFunction.cpp

index 75c9ccdd7a936b5f03fb386dce923d9926ab335f..c43af27c9d1bdb31fef555f4bd00a1f23854c49c 100644 (file)
@@ -15,7 +15,6 @@
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
-#include "llvm/LLVMContext.h"
 #include "llvm/Module.h"
 #include "llvm/Instructions.h"
 #include "llvm/IntrinsicInst.h"