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:
b7683c0
)
Remove an unnecessary #include.
author
Cameron Zwarich
<zwarich@apple.com>
Thu, 20 Jan 2011 03:56:35 +0000
(
03:56
+0000)
committer
Cameron Zwarich
<zwarich@apple.com>
Thu, 20 Jan 2011 03:56:35 +0000
(
03:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123877
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/StandardPasses.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/StandardPasses.h
b/include/llvm/Support/StandardPasses.h
index 8be2699e3cf1c60e723cf021261f4d90fe96d5d0..313eb346638852587e3b02e8dfd4afd9208ef577 100644
(file)
--- a/
include/llvm/Support/StandardPasses.h
+++ b/
include/llvm/Support/StandardPasses.h
@@
-20,7
+20,6
@@
#define LLVM_SUPPORT_STANDARDPASSES_H
#include "llvm/PassManager.h"
-#include "llvm/Analysis/Dominators.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Transforms/Scalar.h"