From 2824121cf1f119fd82f29f07e3c26e7aed6de26d Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Fri, 28 Sep 2007 01:25:07 +0000 Subject: [PATCH] Remove unneeded #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42428 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/PostDominatorCalculation.h | 1 - 1 file changed, 1 deletion(-) 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" -- 2.34.1