diff options
author | Owen Anderson <resistor@mac.com> | 2007-09-28 01:25:07 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-09-28 01:25:07 +0000 |
commit | 984da91b6a73d94b6d071af65ef1da4deedad59e (patch) | |
tree | 391ec047cc3066273a1d3b24e57fc8c71269a05e /lib/Analysis | |
parent | dbba0025eac5f366e2131c407905115deebda217 (diff) | |
download | external_llvm-984da91b6a73d94b6d071af65ef1da4deedad59e.zip external_llvm-984da91b6a73d94b6d071af65ef1da4deedad59e.tar.gz external_llvm-984da91b6a73d94b6d071af65ef1da4deedad59e.tar.bz2 |
Remove unneeded #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r-- | lib/Analysis/PostDominatorCalculation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/PostDominatorCalculation.h b/lib/Analysis/PostDominatorCalculation.h index 5e2b3c8..c02bb33 100644 --- a/lib/Analysis/PostDominatorCalculation.h +++ b/lib/Analysis/PostDominatorCalculation.h @@ -13,7 +13,6 @@ #ifndef LLVM_ANALYSIS_POST_DOMINATOR_CALCULATION_H #define LLVM_ANALYSIS_POST_DOMINATOR_CALCULATION_H -#include "llvm/Analysis/Dominators.h" #include "llvm/Analysis/PostDominators.h" #include "llvm/Analysis/DominatorInternals.h" |