Remove unneeded #include.
authorOwen Anderson <resistor@mac.com>
Fri, 28 Sep 2007 01:25:07 +0000 (01:25 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 28 Sep 2007 01:25:07 +0000 (01:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42428 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/PostDominatorCalculation.h

index 5e2b3c86de150d64d54a293e282f32b01439785f..c02bb33928c883f2bef296ac72e78b38502f5a8c 100644 (file)
@@ -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"