From: Owen Anderson Date: Fri, 28 Sep 2007 01:25:07 +0000 (+0000) Subject: Remove unneeded #include. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2824121cf1f119fd82f29f07e3c26e7aed6de26d;p=oota-llvm.git Remove unneeded #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/PostDominatorCalculation.h b/lib/Analysis/PostDominatorCalculation.h index 5e2b3c86de1..c02bb33928c 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"