Remove extraneous #includes
authorChris Lattner <sabre@nondot.org>
Thu, 8 Aug 2002 19:00:34 +0000 (19:00 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Aug 2002 19:00:34 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3262 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LowerAllocations.cpp

index 7e0960dbf72e024ba2c3d7035357bf5f20eb81ff..bdb4f9c491d9a763221e663804d24dcd86dfc092 100644 (file)
@@ -7,8 +7,6 @@
 
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Module.h"
-#include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/iMemory.h"
 #include "llvm/iOther.h"