summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-08 19:00:34 +0000
committerChris Lattner <sabre@nondot.org>2002-08-08 19:00:34 +0000
commit650449a1df3bc36f23256555233dd18fcca4beef (patch)
tree72c81581034b45d600b0bdb67f20b1436ca82ab1
parentb3ce9fc4495ab3184d030ea290373ae67b633982 (diff)
downloadbcm5719-llvm-650449a1df3bc36f23256555233dd18fcca4beef.tar.gz
bcm5719-llvm-650449a1df3bc36f23256555233dd18fcca4beef.zip
Remove extraneous #includes
llvm-svn: 3262
-rw-r--r--llvm/lib/Transforms/Scalar/LowerAllocations.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp b/llvm/lib/Transforms/Scalar/LowerAllocations.cpp
index 7e0960dbf72..bdb4f9c491d 100644
--- a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp
+++ b/llvm/lib/Transforms/Scalar/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"
OpenPOWER on IntegriCloud