From: Chris Lattner Date: Thu, 8 Aug 2002 19:00:34 +0000 (+0000) Subject: Remove extraneous #includes X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c6b227ecc4dea2292dc27ddda6fbefb2ac12e8a1;p=oota-llvm.git Remove extraneous #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp index 7e0960dbf72..bdb4f9c491d 100644 --- a/lib/Transforms/Utils/LowerAllocations.cpp +++ b/lib/Transforms/Utils/LowerAllocations.cpp @@ -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"