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 | 2824121cf1f119fd82f29f07e3c26e7aed6de26d (patch) | |
tree | 391ec047cc3066273a1d3b24e57fc8c71269a05e /lib/Analysis/PostDominatorCalculation.h | |
parent | 303f47b1dd3166a8abcd5425f863f7b4815a8e42 (diff) |
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/PostDominatorCalculation.h')
-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 5e2b3c86de..c02bb33928 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" |