projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221c979
)
Remove extraneous #includes
author
Chris Lattner
<sabre@nondot.org>
Thu, 8 Aug 2002 19:00:34 +0000
(19:00 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/LowerAllocations.cpp
b/lib/Transforms/Utils/LowerAllocations.cpp
index 7e0960dbf72e024ba2c3d7035357bf5f20eb81ff..bdb4f9c491d9a763221e663804d24dcd86dfc092 100644
(file)
--- 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"